Class: Google::Apis::DisplayvideoV3::GeoRegionSearchTerms
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::GeoRegionSearchTerms
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb
Overview
Search terms for geo region targeting options.
Instance Attribute Summary collapse
-
#geo_region_query ⇒ String
The search query for the desired geo region.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GeoRegionSearchTerms
constructor
A new instance of GeoRegionSearchTerms.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GeoRegionSearchTerms
Returns a new instance of GeoRegionSearchTerms.
6686 6687 6688 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 6686 def initialize(**args) update!(**args) end |
Instance Attribute Details
#geo_region_query ⇒ String
The search query for the desired geo region. The query can be a prefix, e.g. "
New Yor", "Seattle", "USA", etc.
Corresponds to the JSON property geoRegionQuery
6684 6685 6686 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 6684 def geo_region_query @geo_region_query end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6691 6692 6693 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 6691 def update!(**args) @geo_region_query = args[:geo_region_query] if args.key?(:geo_region_query) end |