Create business unit governance request. The business unit is identified by the {id} path parameter. At least one of budget or rate_limit is required.
Summary
Types
@type t() :: %ExBifrost.Model.CreateBusinessUnitGovernanceRequest{ budget: ExBifrost.Model.CreateBudgetRequest.t() | nil, rate_limit: ExBifrost.Model.CreateRateLimitRequest.t() | nil }