Stay organized with collections
Save and categorize content based on your preferences.
Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
Enums
NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED
Default behavior is no notifications sent.
NOTIFY_ON_UPDATE
This value will result in a notification being sent, if the updated fields are part of an allowlist.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-23 UTC."],[[["Field updates to this class can trigger notifications to users if explicitly set to `NOTIFY_ON_UPDATE`."],["Notifications are only sent for fields on an allowlist and require the notification setting to be included with each update request."],["By default, or if the setting is unspecified, no notifications for field updates will be triggered."]]],[]]