Deployment constructor
Deployment({})
Implementation
Deployment({
this.appId,
this.command,
this.comment,
this.completedAt,
this.createdAt,
this.customJson,
this.deploymentId,
this.duration,
this.iamUserArn,
this.instanceIds,
this.stackId,
this.status,
});