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

Properties

actions List<Input$CheckRunAction>?
final
checkRunId String
final
clientMutationId String?
final
completedAt String?
final
conclusion Enum$CheckConclusionState?
final
detailsUrl String?
final
externalId String?
final
hashCode int
The hash code for this object.
no setteroverride
name String?
final
output Input$CheckRunOutput?
final
repositoryId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startedAt String?
final
status Enum$RequestableCheckStatusState?
final

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

Operators

operator ==(Object other) bool
The equality operator.
override