AccountsClients
class AccountsClients extends Resource (View source)
The "clients" collection of methods.
Typical usage is:
$adexchangebuyer2Service = new Google\Service\AdExchangeBuyerII(...);
$clients = $adexchangebuyer2Service->accounts_clients;
Methods
get(string $accountId, string $clientAccountId, array $optParams = [])
Gets a client buyer with a given client account ID. (clients.get)
listAccountsClients(string $accountId, array $optParams = [])
Lists all the clients for the current sponsor buyer.
Details
Client
create(string $accountId, Client $postBody, array $optParams = [])
Creates a new client buyer. (clients.create)
Client
get(string $accountId, string $clientAccountId, array $optParams = [])
Gets a client buyer with a given client account ID. (clients.get)
ListClientsResponse
listAccountsClients(string $accountId, array $optParams = [])
Lists all the clients for the current sponsor buyer.
(clients.listAccountsClients)