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
| 438 439 440 | # File 'generated/google/apis/mybusiness_v3/classes.rb', line 438 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
| 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 |