/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ToolResults
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ToolResults/MemoryInfo.php (1529B)
memoryCapInKibibyte = $memoryCapInKibibyte;
}
/**
* @return string
*/
public function getMemoryCapInKibibyte()
{
return $this->memoryCapInKibibyte;
}
/**
* @param string
*/
public function setMemoryTotalInKibibyte($memoryTotalInKibibyte)
{
$this->memoryTotalInKibibyte = $memoryTotalInKibibyte;
}
/**
* @return string
*/
public function getMemoryTotalInKibibyte()
{
return $this->memoryTotalInKibibyte;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MemoryInfo::class, 'Google_Service_ToolResults_MemoryInfo');