BulkDeployment constructor

BulkDeployment({
  1. String? bulkDeploymentArn,
  2. String? bulkDeploymentId,
  3. String? createdAt,
})

Implementation

BulkDeployment({
  this.bulkDeploymentArn,
  this.bulkDeploymentId,
  this.createdAt,
});