Class: Google::Apis::DfareportingV2_1::ListUserRolePermissionGroupsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_1::ListUserRolePermissionGroupsResponse
- Includes:
- Core::Hashable
- Defined in:
- generated/google/apis/dfareporting_v2_1/classes.rb,
generated/google/apis/dfareporting_v2_1/representations.rb,
generated/google/apis/dfareporting_v2_1/representations.rb
Overview
User Role Permission Group List Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#user_role_permission_groups ⇒ Array<Google::Apis::DfareportingV2_1::UserRolePermissionGroup>
User role permission group collection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListUserRolePermissionGroupsResponse
constructor
A new instance of ListUserRolePermissionGroupsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListUserRolePermissionGroupsResponse
Returns a new instance of ListUserRolePermissionGroupsResponse.
10700 10701 10702 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10700 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#userRolePermissionGroupsListResponse".
Corresponds to the JSON property kind
10693 10694 10695 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10693 def kind @kind end |
#user_role_permission_groups ⇒ Array<Google::Apis::DfareportingV2_1::UserRolePermissionGroup>
User role permission group collection.
Corresponds to the JSON property userRolePermissionGroups
10698 10699 10700 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10698 def @user_role_permission_groups end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10705 10706 10707 10708 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10705 def update!(**args) @kind = args[:kind] unless args[:kind].nil? @user_role_permission_groups = args[:user_role_permission_groups] unless args[:user_role_permission_groups].nil? end |