Deployment constructor
Deployment({})
Implementation
Deployment({
this.creationTimestamp,
this.deploymentId,
this.deploymentName,
this.deploymentStatus,
this.isLatestForTarget,
this.revisionId,
this.targetArn,
});