CreateDeploymentResponse class
Constructors
- CreateDeploymentResponse({bool? autoDeployed, DateTime? createdDate, String? deploymentId, DeploymentStatus? deploymentStatus, String? deploymentStatusMessage, String? description})
-
CreateDeploymentResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- autoDeployed → bool?
-
Specifies whether a deployment was automatically released.
final
- createdDate → DateTime?
-
The date and time when the Deployment resource was created.
final
- deploymentId → String?
-
The identifier for the deployment.
final
- deploymentStatus → DeploymentStatus?
-
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
final
- deploymentStatusMessage → String?
-
May contain additional feedback on the status of an API deployment.
final
- description → String?
-
The description for the deployment.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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