toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final annotations = this.annotations;
  final client = this.client;
  final clientVersion = this.clientVersion;
  final containers = this.containers;
  final encryptionKey = this.encryptionKey;
  final encryptionKeyRevocationAction = this.encryptionKeyRevocationAction;
  final encryptionKeyShutdownDuration = this.encryptionKeyShutdownDuration;
  final executionEnvironment = this.executionEnvironment;
  final gpuZonalRedundancyDisabled = this.gpuZonalRedundancyDisabled;
  final healthCheckDisabled = this.healthCheckDisabled;
  final labels = this.labels;
  final maxInstanceRequestConcurrency = this.maxInstanceRequestConcurrency;
  final nodeSelector = this.nodeSelector;
  final revision = this.revision;
  final scaling = this.scaling;
  final serviceAccount = this.serviceAccount;
  final serviceMesh = this.serviceMesh;
  final sessionAffinity = this.sessionAffinity;
  final timeout = this.timeout;
  final volumes = this.volumes;
  final vpcAccess = this.vpcAccess;
  return {
    'annotations': ?annotations,
    'client': ?client,
    'clientVersion': ?clientVersion,
    'containers': ?containers,
    'encryptionKey': ?encryptionKey,
    'encryptionKeyRevocationAction': ?encryptionKeyRevocationAction,
    'encryptionKeyShutdownDuration': ?encryptionKeyShutdownDuration,
    'executionEnvironment': ?executionEnvironment,
    'gpuZonalRedundancyDisabled': ?gpuZonalRedundancyDisabled,
    'healthCheckDisabled': ?healthCheckDisabled,
    'labels': ?labels,
    'maxInstanceRequestConcurrency': ?maxInstanceRequestConcurrency,
    'nodeSelector': ?nodeSelector,
    'revision': ?revision,
    'scaling': ?scaling,
    'serviceAccount': ?serviceAccount,
    'serviceMesh': ?serviceMesh,
    'sessionAffinity': ?sessionAffinity,
    'timeout': ?timeout,
    'volumes': ?volumes,
    'vpcAccess': ?vpcAccess,
  };
}