class Google::Apis::Adexchangebuyer2V2beta1::LocationContext
Output only. The Geo criteria the restriction applies to.
Attributes
geo_criteria_ids[RW]
IDs representing the geo location for this context. Please refer to the [geo- table.csv](storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv) file for different geo criteria IDs. Corresponds to the JSON property `geoCriteriaIds` @return [Array<Fixnum>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2572 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2577 def update!(**args) @geo_criteria_ids = args[:geo_criteria_ids] if args.key?(:geo_criteria_ids) end