class Google::Apis::DfareportingV3_3::UserRolePermissionsListResponse
User Role Permission List Response
Attributes
kind[RW]
Identifies what kind of resource this is. Value: the fixed string ā dfareporting#userRolePermissionsListResponseā. Corresponds to the JSON property `kind` @return [String]
user_role_permissions[RW]
User role permission collection. Corresponds to the JSON property `userRolePermissions` @return [Array<Google::Apis::DfareportingV3_3::UserRolePermission>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 11956 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 11961 def update!(**args) @kind = args[:kind] if args.key?(:kind) @user_role_permissions = args[:user_role_permissions] if args.key?(:user_role_permissions) end