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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.