Input$MarkFileAsViewedInput constructor

Input$MarkFileAsViewedInput({
  1. String? clientMutationId,
  2. required String path,
  3. required String pullRequestId,
})

Implementation

Input$MarkFileAsViewedInput(
    {this.clientMutationId, required this.path, required this.pullRequestId});