/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Drive/Resource
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Drive/Resource/Channels.php (1433B)
* $driveService = new Google\Service\Drive(...);
* $channels = $driveService->channels;
*
*/
class Channels extends \Google\Service\Resource
{
/**
* Stops watching resources through this channel. (channels.stop)
*
* @param Channel $postBody
* @param array $optParams Optional parameters.
*/
public function stop(Channel $postBody, $optParams = [])
{
$params = ['postBody' => $postBody];
$params = array_merge($params, $optParams);
return $this->call('stop', [$params]);
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Channels::class, 'Google_Service_Drive_Resource_Channels');