Home
last modified time | relevance | path

Searched refs:Promotion (Results 1 – 4 of 4) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DPromotions.php20 use Google\Service\ShoppingContent\Promotion; alias
39 * @param Promotion $postBody
41 * @return Promotion
43 public function create($merchantId, Promotion $postBody, $optParams = [])
47 return $this->call('create', [$params], Promotion::class);
56 * @return Promotion
62 return $this->call('get', [$params], Promotion::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DPromotion.php20 class Promotion extends \Google\Collection class
131 class_alias(Promotion::class, 'Google_Service_CustomSearchAPI_Promotion');
H A DSearch.php33 protected $promotionsType = Promotion::class;
87 * @param Promotion[]
94 * @return Promotion[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DPromotion.php20 class Promotion extends \Google\Collection class
661 class_alias(Promotion::class, 'Google_Service_ShoppingContent_Promotion');