Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreative.php57 public $vendorType; variable in Google\\Service\\AdExchangeBuyer\\Creative
301 public function setVendorType($vendorType) argument
303 $this->vendorType = $vendorType;
307 return $this->vendorType;
/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php390 public $vendorType; variable in Google_Creative
483 public function setVendorType(/* array(Google_int) */ $vendorType) { argument
484 $this->assertIsArray($vendorType, 'Google_int', __METHOD__);
485 $this->vendorType = $vendorType;
488 return $this->vendorType;