Resellernotify
class Resellernotify extends Resource (View source)
The "resellernotify" collection of methods.
Typical usage is:
$resellerService = new Google\Service\Reseller(...);
$resellernotify = $resellerService->resellernotify;
Methods
getwatchdetails(array $optParams = [])
Returns all the details of the watch corresponding to the reseller.
register(array $optParams = [])
Registers a Reseller for receiving notifications. (resellernotify.register)
unregister(array $optParams = [])
Unregisters a Reseller for receiving notifications.
Details
ResellernotifyGetwatchdetailsResponse
getwatchdetails(array $optParams = [])
Returns all the details of the watch corresponding to the reseller.
(resellernotify.getwatchdetails)
ResellernotifyResource
register(array $optParams = [])
Registers a Reseller for receiving notifications. (resellernotify.register)
ResellernotifyResource
unregister(array $optParams = [])
Unregisters a Reseller for receiving notifications.
(resellernotify.unregister)