AddRolesToRoleSetRequest constructor

AddRolesToRoleSetRequest({
  1. List<String> roleKeys = const [],
  2. String? defaultRoleKey,
  3. String? creatorRoleKey,
})

Returns a new AddRolesToRoleSetRequest instance.

Implementation

AddRolesToRoleSetRequest({
  this.roleKeys = const [],
  this.defaultRoleKey,
  this.creatorRoleKey,
});