ExBifrost.Model.UpdateBusinessUnitGovernanceRequest (ex_bifrost v0.1.0)

Copy Markdown View Source

Update business unit governance request. Passing an empty budget or rate_limit object removes that governance component.

Summary

Types

t()

@type t() :: %ExBifrost.Model.UpdateBusinessUnitGovernanceRequest{
  budget: ExBifrost.Model.UpdateBudgetRequest.t() | nil,
  rate_limit: ExBifrost.Model.UpdateRateLimitRequest.t() | nil
}

Functions

decode(value)