Deployment constructor

Deployment({
  1. String? createdAt,
  2. String? deploymentArn,
  3. String? deploymentId,
  4. DeploymentType? deploymentType,
  5. String? groupArn,
})

Implementation

Deployment({
  this.createdAt,
  this.deploymentArn,
  this.deploymentId,
  this.deploymentType,
  this.groupArn,
});