toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final annotations = this.annotations;
  final binaryAuthorization = this.binaryAuthorization;
  final client = this.client;
  final clientVersion = this.clientVersion;
  final conditions = this.conditions;
  final createTime = this.createTime;
  final creator = this.creator;
  final deleteTime = this.deleteTime;
  final etag = this.etag;
  final executionCount = this.executionCount;
  final expireTime = this.expireTime;
  final generation = this.generation;
  final labels = this.labels;
  final lastModifier = this.lastModifier;
  final latestCreatedExecution = this.latestCreatedExecution;
  final launchStage = this.launchStage;
  final name = this.name;
  final observedGeneration = this.observedGeneration;
  final reconciling = this.reconciling;
  final runExecutionToken = this.runExecutionToken;
  final satisfiesPzs = this.satisfiesPzs;
  final startExecutionToken = this.startExecutionToken;
  final template = this.template;
  final terminalCondition = this.terminalCondition;
  final uid = this.uid;
  final updateTime = this.updateTime;
  return {
    'annotations': ?annotations,
    'binaryAuthorization': ?binaryAuthorization,
    'client': ?client,
    'clientVersion': ?clientVersion,
    'conditions': ?conditions,
    'createTime': ?createTime,
    'creator': ?creator,
    'deleteTime': ?deleteTime,
    'etag': ?etag,
    'executionCount': ?executionCount,
    'expireTime': ?expireTime,
    'generation': ?generation,
    'labels': ?labels,
    'lastModifier': ?lastModifier,
    'latestCreatedExecution': ?latestCreatedExecution,
    'launchStage': ?launchStage,
    'name': ?name,
    'observedGeneration': ?observedGeneration,
    'reconciling': ?reconciling,
    'runExecutionToken': ?runExecutionToken,
    'satisfiesPzs': ?satisfiesPzs,
    'startExecutionToken': ?startExecutionToken,
    'template': ?template,
    'terminalCondition': ?terminalCondition,
    'uid': ?uid,
    'updateTime': ?updateTime,
  };
}