class Google::Apis::ContentV2::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/classes.rb, line 3965 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/classes.rb, line 3970 def update!(**args) @location_ids = args[:location_ids] if args.key?(:location_ids) end