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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListAccountsResponse

Returns a new instance of ListAccountsResponse.



704
705
706
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 704

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



702
703
704
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 702

def accounts
  @accounts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



709
710
711
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 709

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