Optional. Application-specific data for an incident, provided when the Google Workspace application which reported the incident cannot be completely restored to a valid state.
header
string
A header to display above the incident message. Typically used to attach a localized notice on the timeline for followup comms translations.
domain
string
Customer domain for email template personalization.
[[["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 2025-03-25 UTC."],[],[],null,["# GoogleOperations\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAn incident reported by Google Operations for a Google Workspace application.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"title\": string, \"description\": string, \"affectedUserEmails\": [ string ], \"attachmentData\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/Attachment) }, \"header\": string, \"domain\": string } ``` |\n\n| Fields ||\n|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `title` | `string` A one-line incident description. |\n| `description` | `string` A detailed, freeform incident description. |\n| `affectedUserEmails[]` | `string` The list of emails which correspond to the users directly affected by the incident. |\n| `attachmentData` | `object (`[Attachment](/workspace/admin/alertcenter/reference/rest/v1beta1/Attachment)`)` Optional. Application-specific data for an incident, provided when the Google Workspace application which reported the incident cannot be completely restored to a valid state. |\n| `header` | `string` A header to display above the incident message. Typically used to attach a localized notice on the timeline for followup comms translations. |\n| `domain` | `string` Customer domain for email template personalization. |"]]