LastDeploymentInfo constructor

LastDeploymentInfo({
  1. DateTime? createTime,
  2. String? deploymentId,
  3. DateTime? endTime,
  4. DeploymentStatus? status,
})

Implementation

LastDeploymentInfo({
  this.createTime,
  this.deploymentId,
  this.endTime,
  this.status,
});