Service constructor

Service({
  1. AppEngine? appEngine,
  2. BasicService? basicService,
  3. CloudEndpoints? cloudEndpoints,
  4. CloudRun? cloudRun,
  5. ClusterIstio? clusterIstio,
  6. Custom? custom,
  7. String? displayName,
  8. GkeNamespace? gkeNamespace,
  9. GkeService? gkeService,
  10. GkeWorkload? gkeWorkload,
  11. IstioCanonicalService? istioCanonicalService,
  12. MeshIstio? meshIstio,
  13. String? name,
  14. Telemetry? telemetry,
  15. Map<String, String>? userLabels,
})

Implementation

Service({
  this.appEngine,
  this.basicService,
  this.cloudEndpoints,
  this.cloudRun,
  this.clusterIstio,
  this.custom,
  this.displayName,
  this.gkeNamespace,
  this.gkeService,
  this.gkeWorkload,
  this.istioCanonicalService,
  this.meshIstio,
  this.name,
  this.telemetry,
  this.userLabels,
});