Class: Google::Apis::TagmanagerV1::ListAccountUsersResponse

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 AccountUsers Response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListAccountUsersResponse

Returns a new instance of ListAccountUsersResponse.



659
660
661
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 659

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

Instance Attribute Details

#user_accessArray<Google::Apis::TagmanagerV1::UserAccess>

All GTM AccountUsers of a GTM Account. Corresponds to the JSON property userAccess



657
658
659
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 657

def user_access
  @user_access
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



664
665
666
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 664

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