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

Attributes

  • locale (type: String.t, default: nil) - The two character ISO country code
  • offerPrice (type: GoogleApi.ContentWarehouse.V1.Model.OceanGEMoney.t, default: nil) - Price used for sale by the OFE
  • onSaleTimeSecs (type: String.t, default: nil) - The time (in secs from epoch) the content goes on sale (only set when the book is not already sellable at the time of indexing).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OceanGEPriceLocale{
  locale: String.t() | nil,
  offerPrice: GoogleApi.ContentWarehouse.V1.Model.OceanGEMoney.t() | nil,
  onSaleTimeSecs: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.