PersistentDisk.fromJson constructor
PersistentDisk.fromJson(
- Map json_
Implementation
PersistentDisk.fromJson(core.Map json_)
: this(
diskUri: json_['diskUri'] as core.String?,
sourceDiskNumber: json_['sourceDiskNumber'] as core.int?,
);