LastDeploymentInfo constructor
LastDeploymentInfo({
- DateTime? createTime,
- String? deploymentId,
- DateTime? endTime,
- DeploymentStatus? status,
Implementation
LastDeploymentInfo({
this.createTime,
this.deploymentId,
this.endTime,
this.status,
});