Input$UpdateCheckRunInput constructor

Input$UpdateCheckRunInput({
  1. List<Input$CheckRunAction>? actions,
  2. required String checkRunId,
  3. String? clientMutationId,
  4. String? completedAt,
  5. Enum$CheckConclusionState? conclusion,
  6. String? detailsUrl,
  7. String? externalId,
  8. String? name,
  9. Input$CheckRunOutput? output,
  10. required String repositoryId,
  11. String? startedAt,
  12. Enum$RequestableCheckStatusState? status,
})

Implementation

Input$UpdateCheckRunInput(
    {this.actions,
    required this.checkRunId,
    this.clientMutationId,
    this.completedAt,
    this.conclusion,
    this.detailsUrl,
    this.externalId,
    this.name,
    this.output,
    required this.repositoryId,
    this.startedAt,
    this.status});