ExBifrost.Model.PricingOverride (ex_bifrost v0.1.0)

Copy Markdown View Source

A pricing override that applies custom rates to matching requests.

Summary

Types

t()

@type t() :: %ExBifrost.Model.PricingOverride{
  config_hash: String.t() | nil,
  created_at: DateTime.t() | nil,
  id: String.t() | nil,
  match_type: String.t() | nil,
  name: String.t() | nil,
  patch: ExBifrost.Model.PricingPatch.t() | nil,
  pattern: String.t() | nil,
  pricing_patch: 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,
  updated_at: DateTime.t() | nil,
  virtual_key_id: String.t() | nil
}

Functions

decode(value)