Deployment constructor
Deployment({
- String? createdAt,
- String? deploymentArn,
- String? deploymentId,
- DeploymentType? deploymentType,
- String? groupArn,
Implementation
Deployment({
this.createdAt,
this.deploymentArn,
this.deploymentId,
this.deploymentType,
this.groupArn,
});