Input$CreateCheckRunInput constructor
Input$CreateCheckRunInput({
- List<
Input$CheckRunAction> ? actions, - String? clientMutationId,
- String? completedAt,
- Enum$CheckConclusionState? conclusion,
- String? detailsUrl,
- String? externalId,
- required String headSha,
- required String name,
- Input$CheckRunOutput? output,
- required String repositoryId,
- String? startedAt,
- Enum$RequestableCheckStatusState? status,
Implementation
Input$CreateCheckRunInput(
{this.actions,
this.clientMutationId,
this.completedAt,
this.conclusion,
this.detailsUrl,
this.externalId,
required this.headSha,
required this.name,
this.output,
required this.repositoryId,
this.startedAt,
this.status});