class Google::Apis::DfareportingV2_3::ListUserRolePermissionsResponse

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::DfareportingV2_3::UserRolePermission>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_3/classes.rb, line 10786
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dfareporting_v2_3/classes.rb, line 10791
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @user_role_permissions = args[:user_role_permissions] if args.key?(:user_role_permissions)
end