GetDeploymentStatusResponse constructor

GetDeploymentStatusResponse({
  1. String? deploymentStatus,
  2. DeploymentType? deploymentType,
  3. List<ErrorDetail>? errorDetails,
  4. String? errorMessage,
  5. String? updatedAt,
})

Implementation

GetDeploymentStatusResponse({
  this.deploymentStatus,
  this.deploymentType,
  this.errorDetails,
  this.errorMessage,
  this.updatedAt,
});