Deployment constructor
      
      Deployment({})
     
    
    
Implementation
Deployment({
  this.autoDeployed,
  this.createdDate,
  this.deploymentId,
  this.deploymentStatus,
  this.deploymentStatusMessage,
  this.description,
});Deployment({
  this.autoDeployed,
  this.createdDate,
  this.deploymentId,
  this.deploymentStatus,
  this.deploymentStatusMessage,
  this.description,
});