toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final createTime = this.createTime;
final dataPersistentDiskSpec = this.dataPersistentDiskSpec;
final description = this.description;
final displayName = this.displayName;
final encryptionSpec = this.encryptionSpec;
final eucConfig = this.eucConfig;
final expirationTime = this.expirationTime;
final healthState = this.healthState;
final idleShutdownConfig = this.idleShutdownConfig;
final isUpgradable = this.isUpgradable;
final labels = this.labels;
final machineSpec = this.machineSpec;
final name = this.name;
final networkSpec = this.networkSpec;
final networkTags = this.networkTags;
final notebookRuntimeTemplateRef = this.notebookRuntimeTemplateRef;
final notebookRuntimeType = this.notebookRuntimeType;
final proxyUri = this.proxyUri;
final reservationAffinity = this.reservationAffinity;
final runtimeState = this.runtimeState;
final runtimeUser = this.runtimeUser;
final satisfiesPzi = this.satisfiesPzi;
final satisfiesPzs = this.satisfiesPzs;
final serviceAccount = this.serviceAccount;
final shieldedVmConfig = this.shieldedVmConfig;
final softwareConfig = this.softwareConfig;
final updateTime = this.updateTime;
final version = this.version;
return {
'createTime': ?createTime,
'dataPersistentDiskSpec': ?dataPersistentDiskSpec,
'description': ?description,
'displayName': ?displayName,
'encryptionSpec': ?encryptionSpec,
'eucConfig': ?eucConfig,
'expirationTime': ?expirationTime,
'healthState': ?healthState,
'idleShutdownConfig': ?idleShutdownConfig,
'isUpgradable': ?isUpgradable,
'labels': ?labels,
'machineSpec': ?machineSpec,
'name': ?name,
'networkSpec': ?networkSpec,
'networkTags': ?networkTags,
'notebookRuntimeTemplateRef': ?notebookRuntimeTemplateRef,
'notebookRuntimeType': ?notebookRuntimeType,
'proxyUri': ?proxyUri,
'reservationAffinity': ?reservationAffinity,
'runtimeState': ?runtimeState,
'runtimeUser': ?runtimeUser,
'satisfiesPzi': ?satisfiesPzi,
'satisfiesPzs': ?satisfiesPzs,
'serviceAccount': ?serviceAccount,
'shieldedVmConfig': ?shieldedVmConfig,
'softwareConfig': ?softwareConfig,
'updateTime': ?updateTime,
'version': ?version,
};
}