Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DListCustomListsResponse.php23 protected $customListsType = CustomList::class;
31 * @param CustomList[]
38 * @return CustomList[]
H A DCustomList.php20 class CustomList extends \Google\Model class
80 class_alias(CustomList::class, 'Google_Service_DisplayVideo_CustomList');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DCustomLists.php20 use Google\Service\DisplayVideo\CustomList; alias
41 * @return CustomList
47 return $this->call('get', [$params], CustomList::class);