Command class

Describes a command.

Constructors

Command({String? acknowledgedAt, String? commandId, String? completedAt, String? createdAt, String? deploymentId, int? exitCode, String? instanceId, String? logUrl, String? status, String? type})
Command.fromJson(Map<String, dynamic> json)
factory

Properties

acknowledgedAt String?
Date and time when the command was acknowledged.
final
commandId String?
The command ID.
final
completedAt String?
Date when the command completed.
final
createdAt String?
Date and time when the command was run.
final
deploymentId String?
The command deployment ID.
final
exitCode int?
The command exit code.
final
hashCode int
The hash code for this object.
no setterinherited
instanceId String?
The ID of the instance where the command was executed.
final
logUrl String?
The URL of the command log.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The command status:
final
type String?
The command type:
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