ExBifrost.Model.ProviderGovernance (ex_bifrost v0.1.0)

Copy Markdown View Source

Provider-level governance settings (budget and rate limits)

Summary

Types

t()

@type t() :: %ExBifrost.Model.ProviderGovernance{
  budget: ExBifrost.Model.Budget.t() | nil,
  provider: String.t() | nil,
  rate_limit: ExBifrost.Model.RateLimit.t() | nil
}

Functions

decode(value)