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

Attributes

  • countryCode (type: String.t, default: nil) -
  • currencyCode (type: String.t, default: nil) - ISO 4217 currency code.
  • price (type: String.t, default: nil) - Price string converted from double value in a standard currency unit, like '199.35' or '1400'.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.