Input$UpdateIssueInput constructor

Input$UpdateIssueInput({
  1. List<String>? assigneeIds,
  2. String? body,
  3. String? clientMutationId,
  4. required String id,
  5. List<String>? labelIds,
  6. String? milestoneId,
  7. List<String>? projectIds,
  8. Enum$IssueState? state,
  9. String? title,
})

Implementation

Input$UpdateIssueInput(
    {this.assigneeIds,
    this.body,
    this.clientMutationId,
    required this.id,
    this.labelIds,
    this.milestoneId,
    this.projectIds,
    this.state,
    this.title});