toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final appEngine = this.appEngine;
  final basicService = this.basicService;
  final cloudEndpoints = this.cloudEndpoints;
  final cloudRun = this.cloudRun;
  final clusterIstio = this.clusterIstio;
  final custom = this.custom;
  final displayName = this.displayName;
  final gkeNamespace = this.gkeNamespace;
  final gkeService = this.gkeService;
  final gkeWorkload = this.gkeWorkload;
  final istioCanonicalService = this.istioCanonicalService;
  final meshIstio = this.meshIstio;
  final name = this.name;
  final telemetry = this.telemetry;
  final userLabels = this.userLabels;
  return {
    'appEngine': ?appEngine,
    'basicService': ?basicService,
    'cloudEndpoints': ?cloudEndpoints,
    'cloudRun': ?cloudRun,
    'clusterIstio': ?clusterIstio,
    'custom': ?custom,
    'displayName': ?displayName,
    'gkeNamespace': ?gkeNamespace,
    'gkeService': ?gkeService,
    'gkeWorkload': ?gkeWorkload,
    'istioCanonicalService': ?istioCanonicalService,
    'meshIstio': ?meshIstio,
    'name': ?name,
    'telemetry': ?telemetry,
    'userLabels': ?userLabels,
  };
}