Input$CheckRunOutput constructor
Input$CheckRunOutput({
- List<
Input$CheckAnnotationData> ? annotations, - List<
Input$CheckRunOutputImage> ? images, - required String summary,
- String? text,
- required String title,
Implementation
Input$CheckRunOutput(
{this.annotations,
this.images,
required this.summary,
this.text,
required this.title});