CustomLists
class CustomLists extends Resource (View source)
The "customLists" collection of methods.
Typical usage is:
$displayvideoService = new Google\Service\DisplayVideo(...);
$customLists = $displayvideoService->customLists;
Methods
get(string $customListId, array $optParams = [])
Gets a custom list. (customLists.get)
listCustomLists(array $optParams = [])
Lists custom lists. The order is defined by the order_by parameter.
Details
CustomList
get(string $customListId, array $optParams = [])
Gets a custom list. (customLists.get)
ListCustomListsResponse
listCustomLists(array $optParams = [])
Lists custom lists. The order is defined by the order_by parameter.
(customLists.listCustomLists)