Liking cljdoc? Tell your friends :D

happygapi.mybusinessnotifications.accounts

My Business Notifications API: accounts. The My Business Notification Settings API enables managing notification settings for business accounts. See: https://developers.google.com/my-business/api/reference/rest/v1/accounts

My Business Notifications API: accounts.
The My Business Notification Settings API enables managing notification settings for business accounts.
See: https://developers.google.com/my-business/api/reference/rest/v1/accounts
raw docstring

getNotificationSetting$clj

(getNotificationSetting$ auth parameters)

https://developers.google.com/my-business/api/reference/rest/v1/accounts/getNotificationSetting

Required parameters: name

Optional parameters: none

Returns the pubsub notification settings for the account.

https://developers.google.com/my-business/api/reference/rest/v1/accounts/getNotificationSetting

Required parameters: name

Optional parameters: none

Returns the pubsub notification settings for the account.
sourceraw docstring

updateNotificationSetting$clj

(updateNotificationSetting$ auth parameters body)

https://developers.google.com/my-business/api/reference/rest/v1/accounts/updateNotificationSetting

Required parameters: name

Optional parameters: updateMask

Body:

{:pubsubTopic string, :notificationTypes [string], :name string}

Sets the pubsub notification setting for the account informing Google which topic to send pubsub notifications for. Use the notification_types field within notification_setting to manipulate the events an account wants to subscribe to. An account will only have one notification setting resource, and only one pubsub topic can be set. To delete the setting, update with an empty notification_types

https://developers.google.com/my-business/api/reference/rest/v1/accounts/updateNotificationSetting

Required parameters: name

Optional parameters: updateMask

Body: 

{:pubsubTopic string, :notificationTypes [string], :name string}

Sets the pubsub notification setting for the account informing Google which topic to send pubsub notifications for. Use the notification_types field within notification_setting to manipulate the events an account wants to subscribe to. An account will only have one notification setting resource, and only one pubsub topic can be set. To delete the setting, update with an empty notification_types
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close