Input$CheckRunOutput constructor

Input$CheckRunOutput({
  1. List<Input$CheckAnnotationData>? annotations,
  2. List<Input$CheckRunOutputImage>? images,
  3. required String summary,
  4. String? text,
  5. required String title,
})

Implementation

Input$CheckRunOutput(
    {this.annotations,
    this.images,
    required this.summary,
    this.text,
    required this.title});