class Google::Apis::PlayablelocationsV3::GoogleMapsPlayablelocationsV3SamplePlayableLocationList
A list of PlayableLocation objects that satisfies a single Criterion.
Attributes
locations[RW]
A list of playable locations for this game object type. Corresponds to the JSON property `locations` @return [Array<Google::Apis::PlayablelocationsV3::GoogleMapsPlayablelocationsV3SamplePlayableLocation>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/playablelocations_v3/classes.rb, line 368 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/playablelocations_v3/classes.rb, line 373 def update!(**args) @locations = args[:locations] if args.key?(:locations) end