Class: Google::Apis::DfareportingV4::UserRolePermissionsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV4::UserRolePermissionsListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v4/classes.rb,
lib/google/apis/dfareporting_v4/representations.rb,
lib/google/apis/dfareporting_v4/representations.rb
Overview
User Role Permission List Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#user_role_permissions ⇒ Array<Google::Apis::DfareportingV4::UserRolePermission>
User role permission collection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UserRolePermissionsListResponse
constructor
A new instance of UserRolePermissionsListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UserRolePermissionsListResponse
Returns a new instance of UserRolePermissionsListResponse.
14550 14551 14552 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 14550 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#userRolePermissionsListResponse".
Corresponds to the JSON property kind
14543 14544 14545 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 14543 def kind @kind end |
#user_role_permissions ⇒ Array<Google::Apis::DfareportingV4::UserRolePermission>
User role permission collection.
Corresponds to the JSON property userRolePermissions
14548 14549 14550 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 14548 def @user_role_permissions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14555 14556 14557 14558 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 14555 def update!(**args) @kind = args[:kind] if args.key?(:kind) @user_role_permissions = args[:user_role_permissions] if args.key?(:user_role_permissions) end |