class Organizations extends Resource (View source)

The "organizations" collection of methods.

Typical usage is:

 $marketingplatformadminService = new Google\Service\GoogleMarketingPlatformAdminAPI(...);
 $organizations = $marketingplatformadminService->organizations;

Methods

get(string $name, array $optParams = [])

Lookup for a single organization. (organizations.get)

Details

Organization get(string $name, array $optParams = [])

Lookup for a single organization. (organizations.get)

Parameters

string $name

Required. The name of the Organization to retrieve. Format: organizations/{org_id}

array $optParams

Optional parameters.

Return Value

Organization

Exceptions

Exception