Class: Google::Apis::MybusinessV3::BatchGetLocationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::MybusinessV3::BatchGetLocationsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/mybusiness_v3/classes.rb,
generated/google/apis/mybusiness_v3/representations.rb,
generated/google/apis/mybusiness_v3/representations.rb
Instance Attribute Summary collapse
-
#locations ⇒ Array<Google::Apis::MybusinessV3::Location>
A collection of locations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchGetLocationsResponse
constructor
A new instance of BatchGetLocationsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchGetLocationsResponse
Returns a new instance of BatchGetLocationsResponse
1400 1401 1402 |
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 1400 def initialize(**args) update!(**args) end |
Instance Attribute Details
#locations ⇒ Array<Google::Apis::MybusinessV3::Location>
A collection of locations.
Corresponds to the JSON property locations
1398 1399 1400 |
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 1398 def locations @locations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1405 1406 1407 |
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 1405 def update!(**args) @locations = args[:locations] if args.key?(:locations) end |