GoogleOperations
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Google 作業團隊針對 Google Workspace 應用程式回報的事件。
JSON 表示法 |
{
"title": string,
"description": string,
"affectedUserEmails": [
string
],
"attachmentData": {
object (Attachment )
},
"header": string,
"domain": string
} |
欄位 |
title |
string
一行事件說明。
|
description |
string
詳細的事件說明 (格式不限)。
|
affectedUserEmails[] |
string
與事件直接相關的使用者電子郵件地址清單。
|
attachmentData |
object (Attachment )
選用設定。事件的應用程式專屬資料,當回報事件的 Google Workspace 應用程式無法完全還原為有效狀態時,系統會提供這項資料。
|
domain |
string
用於電子郵件範本個人化的客戶網域。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],[],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. |"]]