Class: Google::Apis::MybusinessV3::BatchGetLocationsRequest
- Inherits:
-
Object
- Object
- Google::Apis::MybusinessV3::BatchGetLocationsRequest
- 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
-
#location_names ⇒ Array<String>
A collection of locations to fetch, specified by their names.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchGetLocationsRequest
constructor
A new instance of BatchGetLocationsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchGetLocationsRequest
Returns a new instance of BatchGetLocationsRequest
1381 1382 1383 |
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 1381 def initialize(**args) update!(**args) end |
Instance Attribute Details
#location_names ⇒ Array<String>
A collection of locations to fetch, specified by their names.
Corresponds to the JSON property locationNames
1379 1380 1381 |
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 1379 def location_names @location_names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1386 1387 1388 |
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 1386 def update!(**args) @location_names = args[:location_names] if args.key?(:location_names) end |