Update business unit governance request. Passing an empty budget or rate_limit object removes that governance component.
Summary
Types
@type t() :: %ExBifrost.Model.UpdateBusinessUnitGovernanceRequest{ budget: ExBifrost.Model.UpdateBudgetRequest.t() | nil, rate_limit: ExBifrost.Model.UpdateRateLimitRequest.t() | nil }