DeploymentEvent constructor
DeploymentEvent({
- List<
ArtifactDeployment> ? artifactDeployments, - String? createTime,
- String? deployTime,
- String? name,
- RuntimeConfig? runtimeConfig,
- String? runtimeDeploymentUri,
- String? state,
- String? undeployTime,
- String? updateTime,
Implementation
DeploymentEvent({
this.artifactDeployments,
this.createTime,
this.deployTime,
this.name,
this.runtimeConfig,
this.runtimeDeploymentUri,
this.state,
this.undeployTime,
this.updateTime,
});