class Google::Apis::ContentV2_1::LocationIdSet

Attributes

location_ids[RW]

A non-empty list of location IDs. They must all be of the same location type ( e.g., state). Corresponds to the JSON property `locationIds` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 4753
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 4758
def update!(**args)
  @location_ids = args[:location_ids] if args.key?(:location_ids)
end