Class: Google::Apis::TagmanagerV2::ListAccountsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/tagmanager_v2/classes.rb,
generated/google/apis/tagmanager_v2/representations.rb,
generated/google/apis/tagmanager_v2/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.



1141
1142
1143
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1141

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

Instance Attribute Details

#accountArray<Google::Apis::TagmanagerV2::Account>

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



1134
1135
1136
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1134

def 
  @account
end

#next_page_tokenString

Continuation token for fetching the next page of results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


1139
1140
1141
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1139

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1146
1147
1148
1149
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1146

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