/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch/LogsPolicy.php (1370B)
destination = $destination;
}
/**
* @return string
*/
public function getDestination()
{
return $this->destination;
}
/**
* @param string
*/
public function setLogsPath($logsPath)
{
$this->logsPath = $logsPath;
}
/**
* @return string
*/
public function getLogsPath()
{
return $this->logsPath;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LogsPolicy::class, 'Google_Service_Batch_LogsPolicy');