Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DAdvertisersLocationLists.php21 use Google\Service\DisplayVideo\LocationList; alias
39 * @param LocationList $postBody
41 * @return LocationList
43 public function create($advertiserId, LocationList $postBody, $optParams = [])
47 return $this->call('create', [$params], LocationList::class);
56 * @return LocationList
62 return $this->call('get', [$params], LocationList::class);
107 * @param LocationList $postBody
112 * @return LocationList
114 public function patch($advertiserId, $locationListId, LocationList $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DListLocationListsResponse.php23 protected $locationListsType = LocationList::class;
31 * @param LocationList[]
38 * @return LocationList[]
H A DLocationList.php20 class LocationList extends \Google\Model class
116 class_alias(LocationList::class, 'Google_Service_DisplayVideo_LocationList');