DeploymentEvent constructor

DeploymentEvent({
  1. List<ArtifactDeployment>? artifactDeployments,
  2. String? createTime,
  3. String? deployTime,
  4. String? name,
  5. RuntimeConfig? runtimeConfig,
  6. String? runtimeDeploymentUri,
  7. String? state,
  8. String? undeployTime,
  9. String? updateTime,
})

Implementation

DeploymentEvent({
  this.artifactDeployments,
  this.createTime,
  this.deployTime,
  this.name,
  this.runtimeConfig,
  this.runtimeDeploymentUri,
  this.state,
  this.undeployTime,
  this.updateTime,
});