Run class
Constructors
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
- links ↔ RunLinks?
-
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