UpdateRoleSetRequest constructor

UpdateRoleSetRequest({
  1. String? name,
  2. String? key,
  3. String? description,
  4. UpdateRoleSetRequestTypeEnum? type,
  5. String? defaultRoleKey,
  6. String? creatorRoleKey,
})

Returns a new UpdateRoleSetRequest instance.

Implementation

UpdateRoleSetRequest({
  this.name,
  this.key,
  this.description,
  this.type,
  this.defaultRoleKey,
  this.creatorRoleKey,
});