Searched refs:dealId (Results 1 – 8 of 8) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/ |
H A D | CreativeDealIdsDealStatuses.php | 23 public $dealId; variable in Google\\Service\\AdExchangeBuyer\\CreativeDealIdsDealStatuses 34 public function setDealId($dealId) argument 36 $this->dealId = $dealId; 40 return $this->dealId;
|
H A D | MarketplaceNote.php | 23 public $dealId; variable in Google\\Service\\AdExchangeBuyer\\MarketplaceNote 39 public function setDealId($dealId) argument 41 $this->dealId = $dealId; 45 return $this->dealId;
|
H A D | MarketplaceDeal.php | 28 public $dealId; variable in Google\\Service\\AdExchangeBuyer\\MarketplaceDeal 94 public function setDealId($dealId) argument 96 $this->dealId = $dealId; 100 return $this->dealId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/ |
H A D | Creatives.php | 39 * @param string $dealId The id of the deal id to associate with this creative. 42 public function addDeal($accountId, $buyerCreativeId, $dealId, $optParams = []) argument 44 … $params = ['accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId, 'dealId' => $dealId]; 123 * @param string $dealId The id of the deal id to disassociate with this 127 public function removeDeal($accountId, $buyerCreativeId, $dealId, $optParams = []) argument 129 … $params = ['accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId, 'dealId' => $dealId];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
H A D | FilterSet.php | 36 public $dealId; variable in Google\\Service\\AdExchangeBuyerII\\FilterSet 119 public function setDealId($dealId) argument 121 $this->dealId = $dealId; 128 return $this->dealId;
|
H A D | Deal.php | 58 public $dealId; variable in Google\\Service\\AdExchangeBuyerII\\Deal 237 public function setDealId($dealId) argument 239 $this->dealId = $dealId; 246 return $this->dealId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
H A D | InventorySource.php | 32 public $dealId; variable in Google\\Service\\DisplayVideo\\InventorySource 103 public function setDealId($dealId) argument 105 $this->dealId = $dealId; 112 return $this->dealId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | AdExchangeBuyer.php | 209 'path' => 'creatives/{accountId}/{buyerCreativeId}/addDeal/{dealId}', 222 'dealId' => [ 294 'path' => 'creatives/{accountId}/{buyerCreativeId}/removeDeal/{dealId}', 307 'dealId' => [
|