Searched refs:NegativeKeywordList (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/ |
H A D | AdvertisersNegativeKeywordLists.php | 22 use Google\Service\DisplayVideo\NegativeKeywordList; alias 40 * @param NegativeKeywordList $postBody 42 * @return NegativeKeywordList 44 public function create($advertiserId, NegativeKeywordList $postBody, $optParams = []) 48 return $this->call('create', [$params], NegativeKeywordList::class); 76 * @return NegativeKeywordList 82 return $this->call('get', [$params], NegativeKeywordList::class); 115 * @param NegativeKeywordList $postBody 120 * @return NegativeKeywordList 122 …public function patch($advertiserId, $negativeKeywordListId, NegativeKeywordList $postBody, $optPa… [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
H A D | ListNegativeKeywordListsResponse.php | 23 protected $negativeKeywordListsType = NegativeKeywordList::class; 31 * @param NegativeKeywordList[] 38 * @return NegativeKeywordList[]
|
H A D | NegativeKeywordList.php | 20 class NegativeKeywordList extends \Google\Model class 116 class_alias(NegativeKeywordList::class, 'Google_Service_DisplayVideo_NegativeKeywordList');
|