GoogleApi.DisplayVideo.V3.Model.GeoRegionSearchTerms (google_api_display_video v0.39.0)

View Source

Search terms for geo region targeting options.

Attributes

  • geoRegionQuery (type: String.t, default: nil) - The search query for the desired geo region. The query can be a prefix, e.g. "New Yor", "Seattle", "USA", etc.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DisplayVideo.V3.Model.GeoRegionSearchTerms{
  geoRegionQuery: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.