GetDeploymentStatusResponse class

Constructors

GetDeploymentStatusResponse({String? deploymentStatus, DeploymentType? deploymentType, List<ErrorDetail>? errorDetails, String? errorMessage, String? updatedAt})
GetDeploymentStatusResponse.fromJson(Map<String, dynamic> json)
factory

Properties

deploymentStatus String?
The status of the deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
final
deploymentType DeploymentType?
The type of the deployment.
final
errorDetails List<ErrorDetail>?
Error details
final
errorMessage String?
Error message
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt String?
The time, in milliseconds since the epoch, when the deployment status was updated.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited