Service constructor
Service({
- AppEngine? appEngine,
- BasicService? basicService,
- CloudEndpoints? cloudEndpoints,
- CloudRun? cloudRun,
- ClusterIstio? clusterIstio,
- Custom? custom,
- String? displayName,
- GkeNamespace? gkeNamespace,
- GkeService? gkeService,
- GkeWorkload? gkeWorkload,
- IstioCanonicalService? istioCanonicalService,
- MeshIstio? meshIstio,
- String? name,
- Telemetry? telemetry,
- 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,
});