Class: Google::Apis::TagmanagerV1::ListAccountsResponse
- Inherits:
-
Object
- Object
- Google::Apis::TagmanagerV1::ListAccountsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/tagmanager_v1/classes.rb,
generated/google/apis/tagmanager_v1/representations.rb,
generated/google/apis/tagmanager_v1/representations.rb
Overview
List Accounts Response.
Instance Attribute Summary collapse
-
#accounts ⇒ Array<Google::Apis::TagmanagerV1::Account>
List of GTM Accounts that a user has access to.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListAccountsResponse
constructor
A new instance of ListAccountsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListAccountsResponse
Returns a new instance of ListAccountsResponse.
654 655 656 |
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 654 def initialize(**args) update!(**args) end |
Instance Attribute Details
#accounts ⇒ Array<Google::Apis::TagmanagerV1::Account>
List of GTM Accounts that a user has access to.
Corresponds to the JSON property accounts
652 653 654 |
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 652 def accounts @accounts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
659 660 661 |
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 659 def update!(**args) @accounts = args[:accounts] if args.key?(:accounts) end |