storageFree = $storageFree; } /** * @return string */ public function getStorageFree() { return $this->storageFree; } /** * @param string */ public function setStorageTotal($storageTotal) { $this->storageTotal = $storageTotal; } /** * @return string */ public function getStorageTotal() { return $this->storageTotal; } /** * @param string */ public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } /** * @return string */ public function getVolumeId() { return $this->volumeId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChromeOsDeviceDiskVolumeReportsVolumeInfo::class, 'Google_Service_Directory_ChromeOsDeviceDiskVolumeReportsVolumeInfo');