class Google::Apis::ContentV2_1::RegionGeoTargetArea

A list of geotargets that defines the region area.

Attributes

geotarget_criteria_ids[RW]

Required. A non-empty list of [location IDs](developers.google.com/ adwords/api/docs/appendix/geotargeting). They must all be of the same location type (e.g., state). Corresponds to the JSON property `geotargetCriteriaIds` @return [Array<Fixnum>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 11929
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/content_v2_1/classes.rb, line 11934
def update!(**args)
  @geotarget_criteria_ids = args[:geotarget_criteria_ids] if args.key?(:geotarget_criteria_ids)
end