UpdateProjectDetails constructor

UpdateProjectDetails({
  1. UpdateProjectDetailsAssigneeType? assigneeType,
  2. int? avatarId,
  3. int? categoryId,
  4. String? description,
  5. int? issueSecurityScheme,
  6. String? key,
  7. String? lead,
  8. String? leadAccountId,
  9. String? name,
  10. int? notificationScheme,
  11. int? permissionScheme,
  12. String? url,
})

Implementation

UpdateProjectDetails(
    {this.assigneeType,
    this.avatarId,
    this.categoryId,
    this.description,
    this.issueSecurityScheme,
    this.key,
    this.lead,
    this.leadAccountId,
    this.name,
    this.notificationScheme,
    this.permissionScheme,
    this.url});