Single business unit with governance and team count
Summary
Types
@type t() :: %ExBifrost.Model.GetBusinessUnit200Response{ budget: ExBifrost.Model.Budget.t() | nil, created_at: DateTime.t() | nil, id: String.t() | nil, name: String.t() | nil, rate_limit: ExBifrost.Model.RateLimit.t() | nil, team_count: integer() | nil, updated_at: DateTime.t() | nil }