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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListAccountUsersResponse

Returns a new instance of ListAccountUsersResponse.



685
686
687
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 685

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



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

def user_access
  @user_access
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



690
691
692
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 690

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