GetDeploymentStatusResponse constructor
GetDeploymentStatusResponse({
- String? deploymentStatus,
- DeploymentType? deploymentType,
- List<
ErrorDetail> ? errorDetails, - String? errorMessage,
- String? updatedAt,
Implementation
GetDeploymentStatusResponse({
this.deploymentStatus,
this.deploymentType,
this.errorDetails,
this.errorMessage,
this.updatedAt,
});