Permissions
class Permissions extends Resource (View source)
The "permissions" collection of methods.
Typical usage is:
$walletobjectsService = new Google\Service\Walletobjects(...);
$permissions = $walletobjectsService->permissions;
Methods
get(string $resourceId, array $optParams = [])
Returns the permissions for the given issuer id. (permissions.get)
update(string $resourceId, Permissions $postBody, array $optParams = [])
Updates the permissions for the given issuer. (permissions.update)
Details
Permissions
get(string $resourceId, array $optParams = [])
Returns the permissions for the given issuer id. (permissions.get)
Permissions
update(string $resourceId, Permissions $postBody, array $optParams = [])
Updates the permissions for the given issuer. (permissions.update)