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

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

Attributes

  • businessChainQuery (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".
  • regionQuery (type: String.t, default: nil) - The search query for the desired geo region, e.g. "Seattle", "United State".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.BusinessChainSearchTerms{
  businessChainQuery: String.t() | nil,
  regionQuery: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.