Class: Google::Apis::TagmanagerV1::ListAccountUsersResponse
- Inherits:
-
Object
- Object
- Google::Apis::TagmanagerV1::ListAccountUsersResponse
- 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
-
#user_access ⇒ Array<Google::Apis::TagmanagerV1::UserAccess>
All GTM AccountUsers of a GTM Account.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListAccountUsersResponse
constructor
A new instance of ListAccountUsersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
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_access ⇒ Array<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 |