GetBulkDeploymentStatusResponse constructor

GetBulkDeploymentStatusResponse({
  1. BulkDeploymentMetrics? bulkDeploymentMetrics,
  2. BulkDeploymentStatus? bulkDeploymentStatus,
  3. String? createdAt,
  4. List<ErrorDetail>? errorDetails,
  5. String? errorMessage,
  6. Map<String, String>? tags,
})

Implementation

GetBulkDeploymentStatusResponse({
  this.bulkDeploymentMetrics,
  this.bulkDeploymentStatus,
  this.createdAt,
  this.errorDetails,
  this.errorMessage,
  this.tags,
});