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



438
439
440
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 438

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#locationsArray<Google::Apis::MybusinessV3::Location>

A collection of locations. Corresponds to the JSON property locations



436
437
438
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 436

def locations
  @locations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



443
444
445
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 443

def update!(**args)
  @locations = args[:locations] if args.key?(:locations)
end