/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidManagement
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AndroidManagement/MemoryInfo.php (1457B)
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');