GoogleChromeManagementV1StorageInfoDiskVolume.fromJson constructor

GoogleChromeManagementV1StorageInfoDiskVolume.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1StorageInfoDiskVolume.fromJson(core.Map json_)
  : this(
      storageFreeBytes: json_['storageFreeBytes'] as core.String?,
      storageTotalBytes: json_['storageTotalBytes'] as core.String?,
      volumeId: json_['volumeId'] as core.String?,
    );