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

Search terms for POI targeting options.

Attributes

  • poiQuery (type: String.t, default: nil) - The search query for the desired POI name, street address, or coordinate of the desired POI. The query can be a prefix, e.g. "Times squar", "40.7505045,-73.99562", "315 W 44th St", etc.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.