View Source GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceLabel (google_api_ad_exchange_buyer v0.41.0)

Attributes

  • accountId (type: String.t, default: nil) - The accountId of the party that created the label.
  • createTimeMs (type: String.t, default: nil) - The creation time (in ms since epoch) for the label.
  • deprecatedMarketplaceDealParty (type: GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceDealParty.t, default: nil) - Information about the party that created the label.
  • label (type: String.t, default: nil) - The label to use.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceLabel{
  accountId: String.t() | nil,
  createTimeMs: String.t() | nil,
  deprecatedMarketplaceDealParty:
    GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceDealParty.t() | nil,
  label: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.