Sha256: e7724d3e6a738718be344359de0903f8f07780ca118af1effdd8c7a5a22d5ac5
Contents?: true
Size: 536 Bytes
Versions: 43
Compression:
Stored size: 536 Bytes
Contents
# EmailPreferenceNotification ## Example EmailPreferenceNotification Object ``` { "id": 1, "path": "", "send_interval": "fifteen_minutes", "unsubscribed": true } ``` * `id` (int64): Email preferences ID * `path` (string): Folder path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters. * `send_interval` (string): The time interval that notifications are aggregated to. Can be five_minutes, fifteen_minutes, hourly, or daily * `unsubscribed` (boolean): Is unsubscribed?
Version data entries
43 entries across 43 versions & 1 rubygems