Command constructor
Command({})
Implementation
Command({
this.acknowledgedAt,
this.commandId,
this.completedAt,
this.createdAt,
this.deploymentId,
this.exitCode,
this.instanceId,
this.logUrl,
this.status,
this.type,
});