Class: Google::Apis::DisplayvideoV2::GeoRegionSearchTerms

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/representations.rb

Overview

Search terms for geo region targeting options.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GeoRegionSearchTerms

Returns a new instance of GeoRegionSearchTerms.



6006
6007
6008
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 6006

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#geo_region_queryString

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

Returns:

  • (String)


6004
6005
6006
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 6004

def geo_region_query
  @geo_region_query
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6011
6012
6013
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 6011

def update!(**args)
  @geo_region_query = args[:geo_region_query] if args.key?(:geo_region_query)
end