Input$ConvertProjectCardNoteToIssueInput constructor

Input$ConvertProjectCardNoteToIssueInput({
  1. String? body,
  2. String? clientMutationId,
  3. required String projectCardId,
  4. required String repositoryId,
  5. String? title,
})

Implementation

Input$ConvertProjectCardNoteToIssueInput(
    {this.body,
    this.clientMutationId,
    required this.projectCardId,
    required this.repositoryId,
    this.title});