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
| 419 420 421 | # File 'generated/google/apis/mybusiness_v3/classes.rb', line 419 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
| 417 418 419 | # File 'generated/google/apis/mybusiness_v3/classes.rb', line 417 def location_names @location_names end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 424 425 426 | # File 'generated/google/apis/mybusiness_v3/classes.rb', line 424 def update!(**args) @location_names = args[:location_names] if args.key?(:location_names) end |