ExBifrost.Model.ProviderGovernanceResponse (ex_bifrost v0.1.0)

Copy Markdown View Source

Response containing provider governance settings

Summary

Types

t()

@type t() :: %ExBifrost.Model.ProviderGovernanceResponse{
  budget: ExBifrost.Model.Budget.t() | nil,
  budgets: [ExBifrost.Model.Budget.t()] | nil,
  calendar_aligned: boolean() | nil,
  provider: String.t() | nil,
  rate_limit: ExBifrost.Model.RateLimit.t() | nil
}

Functions

decode(value)