ProgressDetail class

Information about the progress of a deployment job.

Constructors

ProgressDetail({RobotDeploymentStep? currentProgress, int? estimatedTimeRemainingSeconds, double? percentDone, String? targetResource})
ProgressDetail.fromJson(Map<String, dynamic> json)
factory

Properties

currentProgress RobotDeploymentStep?
The current progress status.
final
estimatedTimeRemainingSeconds int?
Estimated amount of time in seconds remaining in the step. This currently only applies to the Downloading/Extracting step of the deployment. It is empty for other steps.
final
hashCode int
The hash code for this object.
no setterinherited
percentDone double?
Precentage of the step that is done. This currently only applies to the Downloading/Extracting step of the deployment. It is empty for other steps.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetResource String?
The Amazon Resource Name (ARN) of the deployment job.
final

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