Deployment constructor
Deployment({
- DeploymentConfig? deploymentConfig,
- String? deploymentId,
- List<
EntryPoint> ? entryPoints, - String? updateTime,
Implementation
Deployment({
this.deploymentConfig,
this.deploymentId,
this.entryPoints,
this.updateTime,
});