Input$UpdateCheckRunInput class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
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})
-
-
Input$UpdateCheckRunInput.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({List<Input$CheckRunAction>? actions()?, String? checkRunId, String? clientMutationId()?, String? completedAt()?, Enum$CheckConclusionState? conclusion()?, String? detailsUrl()?, String? externalId()?, String? name()?, Input$CheckRunOutput? output()?, String? repositoryId, String? startedAt()?, Enum$RequestableCheckStatusState? status()?})
→ Input$UpdateCheckRunInput
-
-
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