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 customAudiences = this.customAudiences;
  final deleteTime = this.deleteTime;
  final description = this.description;
  final etag = this.etag;
  final expireTime = this.expireTime;
  final generation = this.generation;
  final instanceSplitStatuses = this.instanceSplitStatuses;
  final instanceSplits = this.instanceSplits;
  final labels = this.labels;
  final lastModifier = this.lastModifier;
  final latestCreatedRevision = this.latestCreatedRevision;
  final latestReadyRevision = this.latestReadyRevision;
  final launchStage = this.launchStage;
  final name = this.name;
  final observedGeneration = this.observedGeneration;
  final reconciling = this.reconciling;
  final satisfiesPzs = this.satisfiesPzs;
  final scaling = this.scaling;
  final template = this.template;
  final terminalCondition = this.terminalCondition;
  final threatDetectionEnabled = this.threatDetectionEnabled;
  final uid = this.uid;
  final updateTime = this.updateTime;
  return {
    'annotations': ?annotations,
    'binaryAuthorization': ?binaryAuthorization,
    'client': ?client,
    'clientVersion': ?clientVersion,
    'conditions': ?conditions,
    'createTime': ?createTime,
    'creator': ?creator,
    'customAudiences': ?customAudiences,
    'deleteTime': ?deleteTime,
    'description': ?description,
    'etag': ?etag,
    'expireTime': ?expireTime,
    'generation': ?generation,
    'instanceSplitStatuses': ?instanceSplitStatuses,
    'instanceSplits': ?instanceSplits,
    'labels': ?labels,
    'lastModifier': ?lastModifier,
    'latestCreatedRevision': ?latestCreatedRevision,
    'latestReadyRevision': ?latestReadyRevision,
    'launchStage': ?launchStage,
    'name': ?name,
    'observedGeneration': ?observedGeneration,
    'reconciling': ?reconciling,
    'satisfiesPzs': ?satisfiesPzs,
    'scaling': ?scaling,
    'template': ?template,
    'terminalCondition': ?terminalCondition,
    'threatDetectionEnabled': ?threatDetectionEnabled,
    'uid': ?uid,
    'updateTime': ?updateTime,
  };
}