Class: Google::Apis::TagmanagerV1::ListAccountsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListAccountsResponse

Returns a new instance of ListAccountsResponse.



678
679
680
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 678

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

Instance Attribute Details

#accountsArray<Google::Apis::TagmanagerV1::Account>

List of GTM Accounts that a user has access to. Corresponds to the JSON property accounts



676
677
678
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 676

def accounts
  @accounts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



683
684
685
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 683

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