Class: Google::Apis::MybusinessV3::BatchGetLocationsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

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

#locationsArray<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