Input$DeleteIssueCommentInput constructor

Input$DeleteIssueCommentInput({
  1. String? clientMutationId,
  2. required String id,
})

Implementation

Input$DeleteIssueCommentInput({this.clientMutationId, required this.id});