The "accounts" collection of methods.
More...
|
|
| convertToArrayAndStripNulls ($o) |
| |
The "accounts" collection of methods.
Typical usage is: $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); $accounts = $adexchangebuyerService->accounts;
◆ call()
| Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
| $name | |
| $arguments | |
| $expected_class | - optional, the expected class name |
- Return values
-
| Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
| Google_Service_AdExchangeBuyer_Accounts_Resource::get |
( |
| $id, |
|
|
| $optParams = array() ) |
Gets one account by ID.
(accounts.get)
- Parameters
-
| int | $id | The account id |
| array | $optParams | Optional parameters. |
- Return values
-
◆ listAccounts()
| Google_Service_AdExchangeBuyer_Accounts_Resource::listAccounts |
( |
| $optParams = array() | ) |
|
Retrieves the authenticated user's list of accounts.
(accounts.listAccounts)
- Parameters
-
| array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Updates an existing account.
This method supports patch semantics. (accounts.patch)
- Parameters
-
| int | $id | The account id |
| Google_Account | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates an existing account.
(accounts.update)
- Parameters
-
| int | $id | The account id |
| Google_Account | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AdExchangeBuyer.php