BulkDeploymentResult constructor

BulkDeploymentResult({
  1. String? createdAt,
  2. String? deploymentArn,
  3. String? deploymentId,
  4. String? deploymentStatus,
  5. DeploymentType? deploymentType,
  6. List<ErrorDetail>? errorDetails,
  7. String? errorMessage,
  8. String? groupArn,
})

Implementation

BulkDeploymentResult({
  this.createdAt,
  this.deploymentArn,
  this.deploymentId,
  this.deploymentStatus,
  this.deploymentType,
  this.errorDetails,
  this.errorMessage,
  this.groupArn,
});