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

Next Id: 7

Attributes

  • allowedFormats (list(String.t)): The formats allowed by the publisher. Defaults to nil.
  • companionSizes (list(GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueSize.t)): For video size type, the list of companion sizes. Defaults to nil.
  • creativeSizeType (String.t): The Creative size type. Defaults to nil.
  • nativeTemplate (String.t): The native template for native ad. Defaults to nil.
  • size (GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueSize.t): For regular or video creative size type, specifies the size of the creative. Defaults to nil.
  • skippableAdType (String.t): The skippable ad type for video size. 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.TargetingValueCreativeSize{
  allowedFormats: [String.t()],
  companionSizes: [GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueSize.t()],
  creativeSizeType: String.t(),
  nativeTemplate: String.t(),
  size: GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueSize.t(),
  skippableAdType: 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.