CreateProjectDetails constructor

CreateProjectDetails({
  1. CreateProjectDetailsAssigneeType? assigneeType,
  2. int? avatarId,
  3. int? categoryId,
  4. String? description,
  5. int? fieldConfigurationScheme,
  6. int? issueSecurityScheme,
  7. int? issueTypeScheme,
  8. int? issueTypeScreenScheme,
  9. required String key,
  10. String? lead,
  11. String? leadAccountId,
  12. required String name,
  13. int? notificationScheme,
  14. int? permissionScheme,
  15. CreateProjectDetailsProjectTemplateKey? projectTemplateKey,
  16. CreateProjectDetailsProjectTypeKey? projectTypeKey,
  17. String? url,
  18. int? workflowScheme,
})

Implementation

CreateProjectDetails(
    {this.assigneeType,
    this.avatarId,
    this.categoryId,
    this.description,
    this.fieldConfigurationScheme,
    this.issueSecurityScheme,
    this.issueTypeScheme,
    this.issueTypeScreenScheme,
    required this.key,
    this.lead,
    this.leadAccountId,
    required this.name,
    this.notificationScheme,
    this.permissionScheme,
    this.projectTemplateKey,
    this.projectTypeKey,
    this.url,
    this.workflowScheme});