Input$UpdateCheckRunInput constructor
Input$UpdateCheckRunInput({
- List<
Input$CheckRunAction> ? actions, - required String checkRunId,
- String? clientMutationId,
- String? completedAt,
- Enum$CheckConclusionState? conclusion,
- String? detailsUrl,
- String? externalId,
- String? name,
- Input$CheckRunOutput? output,
- required String repositoryId,
- String? startedAt,
- 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});