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.
1449 1450 1451 |
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 1449 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
1447 1448 1449 |
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 1447 def admins @admins end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1454 1455 1456 |
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 1454 def update!(**args) @admins = args[:admins] if args.key?(:admins) end |