toJson method
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 containerStatuses = this.containerStatuses;
final containers = this.containers;
final createTime = this.createTime;
final creator = this.creator;
final deleteTime = this.deleteTime;
final description = this.description;
final encryptionKey = this.encryptionKey;
final encryptionKeyRevocationAction = this.encryptionKeyRevocationAction;
final encryptionKeyShutdownDuration = this.encryptionKeyShutdownDuration;
final etag = this.etag;
final expireTime = this.expireTime;
final generation = this.generation;
final gpuZonalRedundancyDisabled = this.gpuZonalRedundancyDisabled;
final iapEnabled = this.iapEnabled;
final ingress = this.ingress;
final invokerIamDisabled = this.invokerIamDisabled;
final labels = this.labels;
final lastModifier = this.lastModifier;
final launchStage = this.launchStage;
final logUri = this.logUri;
final name = this.name;
final nodeSelector = this.nodeSelector;
final observedGeneration = this.observedGeneration;
final reconciling = this.reconciling;
final satisfiesPzs = this.satisfiesPzs;
final serviceAccount = this.serviceAccount;
final terminalCondition = this.terminalCondition;
final uid = this.uid;
final updateTime = this.updateTime;
final urls = this.urls;
final volumes = this.volumes;
final vpcAccess = this.vpcAccess;
return {
'annotations': ?annotations,
'binaryAuthorization': ?binaryAuthorization,
'client': ?client,
'clientVersion': ?clientVersion,
'conditions': ?conditions,
'containerStatuses': ?containerStatuses,
'containers': ?containers,
'createTime': ?createTime,
'creator': ?creator,
'deleteTime': ?deleteTime,
'description': ?description,
'encryptionKey': ?encryptionKey,
'encryptionKeyRevocationAction': ?encryptionKeyRevocationAction,
'encryptionKeyShutdownDuration': ?encryptionKeyShutdownDuration,
'etag': ?etag,
'expireTime': ?expireTime,
'generation': ?generation,
'gpuZonalRedundancyDisabled': ?gpuZonalRedundancyDisabled,
'iapEnabled': ?iapEnabled,
'ingress': ?ingress,
'invokerIamDisabled': ?invokerIamDisabled,
'labels': ?labels,
'lastModifier': ?lastModifier,
'launchStage': ?launchStage,
'logUri': ?logUri,
'name': ?name,
'nodeSelector': ?nodeSelector,
'observedGeneration': ?observedGeneration,
'reconciling': ?reconciling,
'satisfiesPzs': ?satisfiesPzs,
'serviceAccount': ?serviceAccount,
'terminalCondition': ?terminalCondition,
'uid': ?uid,
'updateTime': ?updateTime,
'urls': ?urls,
'volumes': ?volumes,
'vpcAccess': ?vpcAccess,
};
}