View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaCost (google_api_content_warehouse v0.4.0)

Represents a localized price. Next ID: 3

Attributes

  • currencyCode (type: String.t, default: nil) - Contains the standard code for the given type of currency. The value must represent a valid i18n_identifiers::CurrencyCode.
  • price (type: float(), default: nil) - Contains the price in a particular currency.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaCost{
  currencyCode: String.t() | nil,
  price: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.