Class: Google::Apis::MybusinessaccountmanagementV1::ListAccountAdminsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/mybusinessaccountmanagement_v1/classes.rb,
lib/google/apis/mybusinessaccountmanagement_v1/representations.rb,
lib/google/apis/mybusinessaccountmanagement_v1/representations.rb

Overview

Response message for AccessControl.ListAccountAdmins.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListAccountAdminsResponse

Returns a new instance of ListAccountAdminsResponse.



255
256
257
# File 'lib/google/apis/mybusinessaccountmanagement_v1/classes.rb', line 255

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

Instance Attribute Details

#account_adminsArray<Google::Apis::MybusinessaccountmanagementV1::Admin>

A collection of Admin instances. Corresponds to the JSON property accountAdmins



253
254
255
# File 'lib/google/apis/mybusinessaccountmanagement_v1/classes.rb', line 253

def 
  @account_admins
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



260
261
262
# File 'lib/google/apis/mybusinessaccountmanagement_v1/classes.rb', line 260

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