Home
last modified time | relevance | path

Searched refs:NegativeKeyword (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DAdvertisersNegativeKeywordListsNegativeKeywords.php24 use Google\Service\DisplayVideo\NegativeKeyword; alias
69 * @param NegativeKeyword $postBody
71 * @return NegativeKeyword
73 …public function create($advertiserId, $negativeKeywordListId, NegativeKeyword $postBody, $optParam…
77 return $this->call('create', [$params], NegativeKeyword::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DReplaceNegativeKeywordsRequest.php23 protected $newNegativeKeywordsType = NegativeKeyword::class;
27 * @param NegativeKeyword[]
34 * @return NegativeKeyword[]
H A DBulkEditNegativeKeywordsResponse.php23 protected $negativeKeywordsType = NegativeKeyword::class;
27 * @param NegativeKeyword[]
34 * @return NegativeKeyword[]
H A DReplaceNegativeKeywordsResponse.php23 protected $negativeKeywordsType = NegativeKeyword::class;
27 * @param NegativeKeyword[]
34 * @return NegativeKeyword[]
H A DListNegativeKeywordsResponse.php23 protected $negativeKeywordsType = NegativeKeyword::class;
31 * @param NegativeKeyword[]
38 * @return NegativeKeyword[]
H A DBulkEditNegativeKeywordsRequest.php23 protected $createdNegativeKeywordsType = NegativeKeyword::class;
31 * @param NegativeKeyword[]
38 * @return NegativeKeyword[]
H A DNegativeKeyword.php20 class NegativeKeyword extends \Google\Model class
62 class_alias(NegativeKeyword::class, 'Google_Service_DisplayVideo_NegativeKeyword');