Class: Google::Apis::MybusinessV3::ListLocationAdminsResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::MybusinessV3::ListLocationAdminsResponse
 
- 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
- 
  
    
      #admins  ⇒ Array<Google::Apis::MybusinessV3::Admin> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A collection of Admin instances. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListLocationAdminsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ListLocationAdminsResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListLocationAdminsResponse
Returns a new instance of ListLocationAdminsResponse
| 811 812 813 | # File 'generated/google/apis/mybusiness_v3/classes.rb', line 811 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#admins ⇒ Array<Google::Apis::MybusinessV3::Admin>
A collection of Admin instances.
Corresponds to the JSON property admins
| 809 810 811 | # File 'generated/google/apis/mybusiness_v3/classes.rb', line 809 def admins @admins end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 816 817 818 | # File 'generated/google/apis/mybusiness_v3/classes.rb', line 816 def update!(**args) @admins = args[:admins] if args.key?(:admins) end |