RoleAssignment constructor

RoleAssignment({
  1. String? assignedTo,
  2. String? assigneeType,
  3. String? etag,
  4. String? kind,
  5. String? orgUnitId,
  6. String? roleAssignmentId,
  7. String? roleId,
  8. String? scopeType,
})

Implementation

RoleAssignment({
  this.assignedTo,
  this.assigneeType,
  this.etag,
  this.kind,
  this.orgUnitId,
  this.roleAssignmentId,
  this.roleId,
  this.scopeType,
});