DeploymentConfigInfo constructor

DeploymentConfigInfo({
  1. ComputePlatform? computePlatform,
  2. DateTime? createTime,
  3. String? deploymentConfigId,
  4. String? deploymentConfigName,
  5. MinimumHealthyHosts? minimumHealthyHosts,
  6. TrafficRoutingConfig? trafficRoutingConfig,
})

Implementation

DeploymentConfigInfo({
  this.computePlatform,
  this.createTime,
  this.deploymentConfigId,
  this.deploymentConfigName,
  this.minimumHealthyHosts,
  this.trafficRoutingConfig,
});