Lines Matching refs:BudgetModel
20 use Google\Service\AdExchangeBuyer\Budget as BudgetModel; alias
39 * @return BudgetModel
45 return $this->call('get', [$params], BudgetModel::class);
56 * @param BudgetModel $postBody
58 * @return BudgetModel
60 public function patch($accountId, $billingId, BudgetModel $postBody, $optParams = [])
64 return $this->call('patch', [$params], BudgetModel::class);
75 * @param BudgetModel $postBody
77 * @return BudgetModel
79 public function update($accountId, $billingId, BudgetModel $postBody, $optParams = [])
83 return $this->call('update', [$params], BudgetModel::class);