EventUpdate

Records an update made to the event.

JSON representation
{
  "updateTime": string,
  "title": string,
  "description": string,
  "symptom": string,
  "workaround": string
}
Fields
updateTime

string (Timestamp format)

Output only. The time the update was posted.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

title

string

Output only. Brief title for the event.

description

string

Output only. Free-form, human-readable description.

symptom

string

Output only. Symptoms of the event, if available.

workaround

string

Output only. Workaround steps to remediate the event impact, if available.