Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DAccount.php45 public function setBidderLocation($bidderLocation) argument
47 $this->bidderLocation = $bidderLocation;
54 return $this->bidderLocation;
/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php284 public $bidderLocation; variable in Google_Account
290 public function setBidderLocation(/* array(Google_AccountBidderLocation) */ $bidderLocation) { argument
291 $this->assertIsArray($bidderLocation, 'Google_AccountBidderLocation', __METHOD__);
292 $this->bidderLocation = $bidderLocation;
295 return $this->bidderLocation;