Input$CheckRunOutput class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
Input$CheckRunOutput({List<
Input$CheckAnnotationData> ? annotations, List<Input$CheckRunOutputImage> ? images, required String summary, String? text, required String title}) -
Input$CheckRunOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
annotations
→ List<
Input$CheckAnnotationData> ? -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
images
→ List<
Input$CheckRunOutputImage> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- summary → String
-
final
- text → String?
-
final
- title → String
-
final
Methods
-
copyWith(
{List< Input$CheckAnnotationData> ? annotations()?, List<Input$CheckRunOutputImage> ? images()?, String? summary, String? text()?, String? title}) → Input$CheckRunOutput -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override