Service constructor

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

Implementation

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