Request body for updating a pricing override. All fields are optional - omitted fields are merged from the existing record. The patch field is always replaced in full when provided.
Summary
Types
@type t() :: %ExBifrost.Model.UpdatePricingOverrideRequest{ match_type: String.t() | nil, name: String.t() | nil, patch: ExBifrost.Model.PricingPatch.t() | nil, pattern: String.t() | nil, provider_id: String.t() | nil, provider_key_id: String.t() | nil, request_types: [ExBifrost.Model.PricingOverrideRequestType.t()] | nil, scope_kind: String.t() | nil, virtual_key_id: String.t() | nil }