ServiceChange constructor

ServiceChange({
  1. String? description,
  2. DnsConfigChange? dnsConfig,
  3. HealthCheckConfig? healthCheckConfig,
})

Implementation

ServiceChange({
  this.description,
  this.dnsConfig,
  this.healthCheckConfig,
});