class Google::Apis::DisplayvideoV1::PoiSearchTerms
Search terms for POI targeting options.
Attributes
poi_query[RW]
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. Corresponds to the JSON property `poiQuery` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 8220 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/displayvideo_v1/classes.rb, line 8225 def update!(**args) @poi_query = args[:poi_query] if args.key?(:poi_query) end