PersistentDisk.fromJson constructor

PersistentDisk.fromJson(
  1. Map json_
)

Implementation

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