toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final annotations = this.annotations;
final binaryAuthorization = this.binaryAuthorization;
final buildConfig = this.buildConfig;
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 defaultUriDisabled = this.defaultUriDisabled;
final deleteTime = this.deleteTime;
final description = this.description;
final etag = this.etag;
final expireTime = this.expireTime;
final generation = this.generation;
final iapEnabled = this.iapEnabled;
final ingress = this.ingress;
final invokerIamDisabled = this.invokerIamDisabled;
final labels = this.labels;
final lastModifier = this.lastModifier;
final latestCreatedRevision = this.latestCreatedRevision;
final latestReadyRevision = this.latestReadyRevision;
final launchStage = this.launchStage;
final multiRegionSettings = this.multiRegionSettings;
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 traffic = this.traffic;
final trafficStatuses = this.trafficStatuses;
final uid = this.uid;
final updateTime = this.updateTime;
final uri = this.uri;
final urls = this.urls;
return {
'annotations': ?annotations,
'binaryAuthorization': ?binaryAuthorization,
'buildConfig': ?buildConfig,
'client': ?client,
'clientVersion': ?clientVersion,
'conditions': ?conditions,
'createTime': ?createTime,
'creator': ?creator,
'customAudiences': ?customAudiences,
'defaultUriDisabled': ?defaultUriDisabled,
'deleteTime': ?deleteTime,
'description': ?description,
'etag': ?etag,
'expireTime': ?expireTime,
'generation': ?generation,
'iapEnabled': ?iapEnabled,
'ingress': ?ingress,
'invokerIamDisabled': ?invokerIamDisabled,
'labels': ?labels,
'lastModifier': ?lastModifier,
'latestCreatedRevision': ?latestCreatedRevision,
'latestReadyRevision': ?latestReadyRevision,
'launchStage': ?launchStage,
'multiRegionSettings': ?multiRegionSettings,
'name': ?name,
'observedGeneration': ?observedGeneration,
'reconciling': ?reconciling,
'satisfiesPzs': ?satisfiesPzs,
'scaling': ?scaling,
'template': ?template,
'terminalCondition': ?terminalCondition,
'threatDetectionEnabled': ?threatDetectionEnabled,
'traffic': ?traffic,
'trafficStatuses': ?trafficStatuses,
'uid': ?uid,
'updateTime': ?updateTime,
'uri': ?uri,
'urls': ?urls,
};
}