Input$PinIssueInput constructor

Input$PinIssueInput({
  1. String? clientMutationId,
  2. required String issueId,
})

Implementation

Input$PinIssueInput({this.clientMutationId, required this.issueId});