Class: Google::Apis::DfareportingV2_5::ListUserRolePermissionGroupsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_5::ListUserRolePermissionGroupsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_5/classes.rb,
generated/google/apis/dfareporting_v2_5/representations.rb,
generated/google/apis/dfareporting_v2_5/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_5::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::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListUserRolePermissionGroupsResponse
Returns a new instance of ListUserRolePermissionGroupsResponse
11155 11156 11157 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 11155 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
11148 11149 11150 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 11148 def kind @kind end |
#user_role_permission_groups ⇒ Array<Google::Apis::DfareportingV2_5::UserRolePermissionGroup>
User role permission group collection.
Corresponds to the JSON property userRolePermissionGroups
11153 11154 11155 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 11153 def @user_role_permission_groups end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11160 11161 11162 11163 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 11160 def update!(**args) @kind = args[:kind] if args.key?(:kind) @user_role_permission_groups = args[:user_role_permission_groups] if args.key?(:user_role_permission_groups) end |