Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/
H A DBudget.php20 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 = [])
[all …]