Deployment constructor

Deployment({
  1. DeploymentConfig? deploymentConfig,
  2. String? deploymentId,
  3. List<EntryPoint>? entryPoints,
  4. String? updateTime,
})

Implementation

Deployment({
  this.deploymentConfig,
  this.deploymentId,
  this.entryPoints,
  this.updateTime,
});