Accounts
class Accounts extends Resource (View source)
The "accounts" collection of methods.
Typical usage is:
$adexchangebuyerService = new Google\Service\AdExchangeBuyer(...);
$accounts = $adexchangebuyerService->accounts;
Methods
listAccounts(array $optParams = [])
Retrieves the authenticated user's list of accounts. (accounts.listAccounts)
Details
Account
get(int $id, array $optParams = [])
Gets one account by ID. (accounts.get)
AccountsList
listAccounts(array $optParams = [])
Retrieves the authenticated user's list of accounts. (accounts.listAccounts)
Account
patch(int $id, Account $postBody, array $optParams = [])
Updates an existing account. This method supports patch semantics.
(accounts.patch)