Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DAdvertisersNegativeKeywordLists.php22 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 DListNegativeKeywordListsResponse.php23 protected $negativeKeywordListsType = NegativeKeywordList::class;
31 * @param NegativeKeywordList[]
38 * @return NegativeKeywordList[]
H A DNegativeKeywordList.php20 class NegativeKeywordList extends \Google\Model class
116 class_alias(NegativeKeywordList::class, 'Google_Service_DisplayVideo_NegativeKeywordList');