class AccountsApps extends Resource (View source)

The "apps" collection of methods.

Typical usage is:

 $admobService = new Google\Service\AdMob(...);
 $apps = $admobService->accounts_apps;

Methods

listAccountsApps(string $parent, array $optParams = [])

List the apps under the specified AdMob account. (apps.listAccountsApps)

Details

ListAppsResponse listAccountsApps(string $parent, array $optParams = [])

List the apps under the specified AdMob account. (apps.listAccountsApps)

Parameters

string $parent

Required. Resource name of the account to list apps for. Example: accounts/pub-9876543210987654

array $optParams

Optional parameters.

Return Value

ListAppsResponse

Exceptions

Exception