/var/www/flurhymez/vendor/google/apiclient-services/src/Reports/Resource
NameSizeModeActions
Activities.php159970644editdlrm
Channels.php14400644editdlrm
CustomerUsageReports.php34530644editdlrm
EntityUsageReports.php53530644editdlrm
UserUsageReport.php58850644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Reports/Resource/Channels.php (1440B)
* $adminService = new Google\Service\Reports(...); * $channels = $adminService->channels; * */ class Channels extends \Google\Service\Resource { /** * Stop 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_Reports_Resource_Channels');