GetBulkDeploymentStatusResponse constructor
GetBulkDeploymentStatusResponse({
- BulkDeploymentMetrics? bulkDeploymentMetrics,
- BulkDeploymentStatus? bulkDeploymentStatus,
- String? createdAt,
- List<
ErrorDetail> ? errorDetails, - String? errorMessage,
- Map<
String, String> ? tags,
Implementation
GetBulkDeploymentStatusResponse({
this.bulkDeploymentMetrics,
this.bulkDeploymentStatus,
this.createdAt,
this.errorDetails,
this.errorMessage,
this.tags,
});