Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreativeServingRestrictionsContexts.php23 public $auctionType; variable in Google\\Service\\AdExchangeBuyer\\CreativeServingRestrictionsContexts
28 public function setAuctionType($auctionType) argument
30 $this->auctionType = $auctionType;
34 return $this->auctionType;
H A DCreativeCorrectionsContexts.php23 public $auctionType; variable in Google\\Service\\AdExchangeBuyer\\CreativeCorrectionsContexts
28 public function setAuctionType($auctionType) argument
30 $this->auctionType = $auctionType;
34 return $this->auctionType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DServingContext.php68 public function setAuctionType(AuctionContext $auctionType) argument
70 $this->auctionType = $auctionType;
77 return $this->auctionType;