Home
last modified time | relevance | path

Searched refs:PostList (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/Resource/
H A DPosts.php21 use Google\Service\Blogger\PostList; alias
116 * @return PostList
122 return $this->call('list', [$params], PostList::class);
185 * @return PostList
191 return $this->call('search', [$params], PostList::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPostList.php20 class PostList extends \Google\Collection class
115 class_alias(PostList::class, 'Google_Service_Blogger_PostList');