Run class

Constructors

Run({String? id, String? taskID, RunStatusEnum? status, DateTime? scheduledFor, List<LogEvent>? log = const [], DateTime? startedAt, DateTime? finishedAt, DateTime? requestedAt, RunLinks? links})
Returns a new Run instance.

Properties

finishedAt DateTime?
Time run finished executing, RFC3339Nano.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String?
getter/setter pair
getter/setter pair
log List<LogEvent>?
An array of logs associated with the run.
getter/setter pair
requestedAt DateTime?
Time run was manually requested, RFC3339Nano.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledFor DateTime?
Time used for run's "now" option, RFC3339.
getter/setter pair
startedAt DateTime?
Time run started executing, RFC3339Nano.
getter/setter pair
status RunStatusEnum?
getter/setter pair
taskID String?
getter/setter pair

Methods

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.
override

Operators

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

Static Methods

fromJson(dynamic value) Run
Returns a new Run instance and imports
listFromJson(dynamic json, {bool? emptyIsNull, bool? growable}) List<Run>?
mapFromJson(dynamic json) Map<String, Run?>
mapListFromJson(dynamic json, {bool? emptyIsNull, bool? growable}) Map<String, List<Run?>?>