SharePermissionInputBean constructor

SharePermissionInputBean({
  1. String? accountId,
  2. String? groupId,
  3. String? groupname,
  4. String? projectId,
  5. String? projectRoleId,
  6. int? rights,
  7. required SharePermissionInputBeanType type,
})

Implementation

SharePermissionInputBean(
    {this.accountId,
    this.groupId,
    this.groupname,
    this.projectId,
    this.projectRoleId,
    this.rights,
    required this.type});