ExBifrost.Model.UpdatePricingOverrideRequest (ex_bifrost v0.1.0)

Copy Markdown View Source

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

t()

@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
}

Functions

decode(value)