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



635
636
637
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 635

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



633
634
635
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 633

def user_access
  @user_access
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



640
641
642
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 640

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