availableRamBytes = $availableRamBytes; } /** * @return string */ public function getAvailableRamBytes() { return $this->availableRamBytes; } /** * @param string */ public function setTotalRamBytes($totalRamBytes) { $this->totalRamBytes = $totalRamBytes; } /** * @return string */ public function getTotalRamBytes() { return $this->totalRamBytes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1MemoryInfo::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1MemoryInfo');