toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final annotations = this.annotations;
  final cancelledCount = this.cancelledCount;
  final client = this.client;
  final clientVersion = this.clientVersion;
  final completionTime = this.completionTime;
  final conditions = this.conditions;
  final createTime = this.createTime;
  final creator = this.creator;
  final deleteTime = this.deleteTime;
  final etag = this.etag;
  final expireTime = this.expireTime;
  final failedCount = this.failedCount;
  final generation = this.generation;
  final job = this.job;
  final labels = this.labels;
  final launchStage = this.launchStage;
  final logUri = this.logUri;
  final name = this.name;
  final observedGeneration = this.observedGeneration;
  final parallelism = this.parallelism;
  final reconciling = this.reconciling;
  final retriedCount = this.retriedCount;
  final runningCount = this.runningCount;
  final satisfiesPzs = this.satisfiesPzs;
  final startTime = this.startTime;
  final succeededCount = this.succeededCount;
  final taskCount = this.taskCount;
  final template = this.template;
  final uid = this.uid;
  final updateTime = this.updateTime;
  return {
    'annotations': ?annotations,
    'cancelledCount': ?cancelledCount,
    'client': ?client,
    'clientVersion': ?clientVersion,
    'completionTime': ?completionTime,
    'conditions': ?conditions,
    'createTime': ?createTime,
    'creator': ?creator,
    'deleteTime': ?deleteTime,
    'etag': ?etag,
    'expireTime': ?expireTime,
    'failedCount': ?failedCount,
    'generation': ?generation,
    'job': ?job,
    'labels': ?labels,
    'launchStage': ?launchStage,
    'logUri': ?logUri,
    'name': ?name,
    'observedGeneration': ?observedGeneration,
    'parallelism': ?parallelism,
    'reconciling': ?reconciling,
    'retriedCount': ?retriedCount,
    'runningCount': ?runningCount,
    'satisfiesPzs': ?satisfiesPzs,
    'startTime': ?startTime,
    'succeededCount': ?succeededCount,
    'taskCount': ?taskCount,
    'template': ?template,
    'uid': ?uid,
    'updateTime': ?updateTime,
  };
}