/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AlertCenter
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AlertCenter/RequestInfo.php (1793B)
appDeveloperEmail = $appDeveloperEmail;
}
/**
* @return string[]
*/
public function getAppDeveloperEmail()
{
return $this->appDeveloperEmail;
}
/**
* @param string
*/
public function setAppKey($appKey)
{
$this->appKey = $appKey;
}
/**
* @return string
*/
public function getAppKey()
{
return $this->appKey;
}
/**
* @param string
*/
public function setNumberOfRequests($numberOfRequests)
{
$this->numberOfRequests = $numberOfRequests;
}
/**
* @return string
*/
public function getNumberOfRequests()
{
return $this->numberOfRequests;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RequestInfo::class, 'Google_Service_AlertCenter_RequestInfo');