google_api_ad_exchange_buyer v0.15.0 GoogleApi.AdExchangeBuyer.V14.Model.CreativeCorrectionsContexts View Source

Attributes

  • auctionType (list(String.t)): Only set when contextType=AUCTION_TYPE. Represents the auction types this correction applies to. Defaults to nil.
  • contextType (String.t): The type of context (e.g., location, platform, auction type, SSL-ness). Defaults to nil.
  • geoCriteriaId (list(integer())): Only set when contextType=LOCATION. Represents the geo criterias this correction applies to. Defaults to nil.
  • platform (list(String.t)): Only set when contextType=PLATFORM. Represents the platforms this correction applies to. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.CreativeCorrectionsContexts{
  auctionType: [String.t()],
  contextType: String.t(),
  geoCriteriaId: [integer()],
  platform: [String.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.