Home
last modified time | relevance | path

Searched refs:EmptyResponse (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/Resource/
H A DGroupItems.php20 use Google\Service\YouTubeAnalytics\EmptyResponse; alias
51 * @return EmptyResponse
57 return $this->call('delete', [$params], EmptyResponse::class);
H A DGroups.php20 use Google\Service\YouTubeAnalytics\EmptyResponse; alias
51 * @return EmptyResponse
57 return $this->call('delete', [$params], EmptyResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/
H A DEmptyResponse.php20 class EmptyResponse extends \Google\Model class
42 class_alias(EmptyResponse::class, 'Google_Service_YouTubeAnalytics_EmptyResponse');