class Users extends Resource (View source)

The "users" collection of methods.

Typical usage is:

 $drivelabelsService = new Google\Service\DriveLabels(...);
 $users = $drivelabelsService->users;

Methods

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

Gets the user capabilities. (users.getCapabilities)

Details

GoogleAppsDriveLabelsV2UserCapabilities getCapabilities(string $name, array $optParams = [])

Gets the user capabilities. (users.getCapabilities)

Parameters

string $name

Required. The resource name of the user. Only "users/me/capabilities" is supported.

array $optParams

Optional parameters.

Return Value

GoogleAppsDriveLabelsV2UserCapabilities

Exceptions

Exception