Searched refs:LocationList (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/ |
H A D | AdvertisersLocationLists.php | 21 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 D | ListLocationListsResponse.php | 23 protected $locationListsType = LocationList::class; 31 * @param LocationList[] 38 * @return LocationList[]
|
H A D | LocationList.php | 20 class LocationList extends \Google\Model class 116 class_alias(LocationList::class, 'Google_Service_DisplayVideo_LocationList');
|