totalInternalStorage = $totalInternalStorage; } /** * @return string */ public function getTotalInternalStorage() { return $this->totalInternalStorage; } /** * @param string */ public function setTotalRam($totalRam) { $this->totalRam = $totalRam; } /** * @return string */ public function getTotalRam() { return $this->totalRam; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MemoryInfo::class, 'Google_Service_AndroidManagement_MemoryInfo');