Searched refs:CustomBiddingAlgorithm (Results 1 – 3 of 3) sorted by relevance
20 use Google\Service\DisplayVideo\CustomBiddingAlgorithm; alias38 * @param CustomBiddingAlgorithm $postBody40 * @return CustomBiddingAlgorithm42 public function create(CustomBiddingAlgorithm $postBody, $optParams = [])46 return $this->call('create', [$params], CustomBiddingAlgorithm::class);59 * @return CustomBiddingAlgorithm65 return $this->call('get', [$params], CustomBiddingAlgorithm::class);123 * @param CustomBiddingAlgorithm $postBody128 * @return CustomBiddingAlgorithm130 …public function patch($customBiddingAlgorithmId, CustomBiddingAlgorithm $postBody, $optParams = [])[all …]
23 protected $customBiddingAlgorithmsType = CustomBiddingAlgorithm::class;31 * @param CustomBiddingAlgorithm[]38 * @return CustomBiddingAlgorithm[]
20 class CustomBiddingAlgorithm extends \Google\Collection class189 class_alias(CustomBiddingAlgorithm::class, 'Google_Service_DisplayVideo_CustomBiddingAlgorithm');