ServiceSummary constructor

ServiceSummary({
  1. String? arn,
  2. DateTime? createDate,
  3. String? description,
  4. DnsConfig? dnsConfig,
  5. HealthCheckConfig? healthCheckConfig,
  6. HealthCheckCustomConfig? healthCheckCustomConfig,
  7. String? id,
  8. int? instanceCount,
  9. String? name,
})

Implementation

ServiceSummary({
  this.arn,
  this.createDate,
  this.description,
  this.dnsConfig,
  this.healthCheckConfig,
  this.healthCheckCustomConfig,
  this.id,
  this.instanceCount,
  this.name,
});