Grants
class Grants extends Resource (View source)
The "grants" collection of methods.
Typical usage is:
$androidpublisherService = new Google\Service\AndroidPublisher(...);
$grants = $androidpublisherService->grants;
Methods
delete(string $name, array $optParams = [])
Removes all access for the user to the given package or developer account.
Details
Grant
create(string $parent, Grant $postBody, array $optParams = [])
Grant access for a user to the given package. (grants.create)
delete(string $name, array $optParams = [])
Removes all access for the user to the given package or developer account.
(grants.delete)