Home
last modified time | relevance | path

Searched refs:sensitiveCategories (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreative.php54 public $sensitiveCategories; variable in Google\\Service\\AdExchangeBuyer\\Creative
279 public function setSensitiveCategories($sensitiveCategories) argument
281 $this->sensitiveCategories = $sensitiveCategories;
285 return $this->sensitiveCategories;
/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php388 public $sensitiveCategories; variable in Google_Creative
470 public function setSensitiveCategories(/* array(Google_int) */ $sensitiveCategories) { argument
471 $this->assertIsArray($sensitiveCategories, 'Google_int', __METHOD__);
472 $this->sensitiveCategories = $sensitiveCategories;
475 return $this->sensitiveCategories;