toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final annotations = this.annotations;
  final completionTime = this.completionTime;
  final conditions = this.conditions;
  final containers = this.containers;
  final createTime = this.createTime;
  final deleteTime = this.deleteTime;
  final encryptionKey = this.encryptionKey;
  final etag = this.etag;
  final execution = this.execution;
  final executionEnvironment = this.executionEnvironment;
  final expireTime = this.expireTime;
  final generation = this.generation;
  final gpuZonalRedundancyDisabled = this.gpuZonalRedundancyDisabled;
  final index = this.index;
  final job = this.job;
  final labels = this.labels;
  final lastAttemptResult = this.lastAttemptResult;
  final logUri = this.logUri;
  final maxRetries = this.maxRetries;
  final name = this.name;
  final nodeSelector = this.nodeSelector;
  final observedGeneration = this.observedGeneration;
  final reconciling = this.reconciling;
  final retried = this.retried;
  final satisfiesPzs = this.satisfiesPzs;
  final scheduledTime = this.scheduledTime;
  final serviceAccount = this.serviceAccount;
  final startTime = this.startTime;
  final timeout = this.timeout;
  final uid = this.uid;
  final updateTime = this.updateTime;
  final volumes = this.volumes;
  final vpcAccess = this.vpcAccess;
  return {
    'annotations': ?annotations,
    'completionTime': ?completionTime,
    'conditions': ?conditions,
    'containers': ?containers,
    'createTime': ?createTime,
    'deleteTime': ?deleteTime,
    'encryptionKey': ?encryptionKey,
    'etag': ?etag,
    'execution': ?execution,
    'executionEnvironment': ?executionEnvironment,
    'expireTime': ?expireTime,
    'generation': ?generation,
    'gpuZonalRedundancyDisabled': ?gpuZonalRedundancyDisabled,
    'index': ?index,
    'job': ?job,
    'labels': ?labels,
    'lastAttemptResult': ?lastAttemptResult,
    'logUri': ?logUri,
    'maxRetries': ?maxRetries,
    'name': ?name,
    'nodeSelector': ?nodeSelector,
    'observedGeneration': ?observedGeneration,
    'reconciling': ?reconciling,
    'retried': ?retried,
    'satisfiesPzs': ?satisfiesPzs,
    'scheduledTime': ?scheduledTime,
    'serviceAccount': ?serviceAccount,
    'startTime': ?startTime,
    'timeout': ?timeout,
    'uid': ?uid,
    'updateTime': ?updateTime,
    'volumes': ?volumes,
    'vpcAccess': ?vpcAccess,
  };
}