toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final annotations = this.annotations;
final client = this.client;
final clientVersion = this.clientVersion;
final conditions = this.conditions;
final containers = this.containers;
final createTime = this.createTime;
final creator = this.creator;
final deleteTime = this.deleteTime;
final encryptionKey = this.encryptionKey;
final encryptionKeyRevocationAction = this.encryptionKeyRevocationAction;
final encryptionKeyShutdownDuration = this.encryptionKeyShutdownDuration;
final etag = this.etag;
final executionEnvironment = this.executionEnvironment;
final expireTime = this.expireTime;
final generation = this.generation;
final gpuZonalRedundancyDisabled = this.gpuZonalRedundancyDisabled;
final labels = this.labels;
final launchStage = this.launchStage;
final logUri = this.logUri;
final maxInstanceRequestConcurrency = this.maxInstanceRequestConcurrency;
final name = this.name;
final nodeSelector = this.nodeSelector;
final observedGeneration = this.observedGeneration;
final reconciling = this.reconciling;
final satisfiesPzs = this.satisfiesPzs;
final scaling = this.scaling;
final scalingStatus = this.scalingStatus;
final service = this.service;
final serviceAccount = this.serviceAccount;
final serviceMesh = this.serviceMesh;
final sessionAffinity = this.sessionAffinity;
final timeout = this.timeout;
final uid = this.uid;
final updateTime = this.updateTime;
final volumes = this.volumes;
final vpcAccess = this.vpcAccess;
return {
'annotations': ?annotations,
'client': ?client,
'clientVersion': ?clientVersion,
'conditions': ?conditions,
'containers': ?containers,
'createTime': ?createTime,
'creator': ?creator,
'deleteTime': ?deleteTime,
'encryptionKey': ?encryptionKey,
'encryptionKeyRevocationAction': ?encryptionKeyRevocationAction,
'encryptionKeyShutdownDuration': ?encryptionKeyShutdownDuration,
'etag': ?etag,
'executionEnvironment': ?executionEnvironment,
'expireTime': ?expireTime,
'generation': ?generation,
'gpuZonalRedundancyDisabled': ?gpuZonalRedundancyDisabled,
'labels': ?labels,
'launchStage': ?launchStage,
'logUri': ?logUri,
'maxInstanceRequestConcurrency': ?maxInstanceRequestConcurrency,
'name': ?name,
'nodeSelector': ?nodeSelector,
'observedGeneration': ?observedGeneration,
'reconciling': ?reconciling,
'satisfiesPzs': ?satisfiesPzs,
'scaling': ?scaling,
'scalingStatus': ?scalingStatus,
'service': ?service,
'serviceAccount': ?serviceAccount,
'serviceMesh': ?serviceMesh,
'sessionAffinity': ?sessionAffinity,
'timeout': ?timeout,
'uid': ?uid,
'updateTime': ?updateTime,
'volumes': ?volumes,
'vpcAccess': ?vpcAccess,
};
}