class Google::Apis::TagmanagerV1::ListAccountsResponse
List Accounts Response.
Attributes
accounts[RW]
List of GTM Accounts that a user has access to. Corresponds to the JSON property `accounts` @return [Array<Google::Apis::TagmanagerV1::Account>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/tagmanager_v1/classes.rb, line 678 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/tagmanager_v1/classes.rb, line 683 def update!(**args) @accounts = args[:accounts] if args.key?(:accounts) end