ContainerSummary class
An object representing summary details of a container within a job.
Constructors
- ContainerSummary({int? exitCode, String? reason})
-
ContainerSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- exitCode → int?
-
The exit code to return upon completion.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- reason → String?
-
A short (255 max characters) human-readable string to provide additional
details about a running or stopped container.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited