GoogleApi.DisplayVideo.V1.Model.BusinessChainSearchTerms (google_api_display_video v0.26.0) View Source

Search terms for Business Chain targeting options. At least one of the field should be populated.

Attributes

  • businessChain (type: String.t, default: nil) - The search query for the desired business chain. The query must be the full name of the business, e.g. "KFC", "mercedes-benz".
  • region (type: String.t, default: nil) - The search query for the desired geo region, e.g. "Seattle", "United State".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DisplayVideo.V1.Model.BusinessChainSearchTerms{
  businessChain: String.t() | nil,
  region: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.