[[["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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eEventUpdate\u003c/code\u003e class in the Service Health v1 API documents updates made to an event.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality comparison, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEventUpdate\u003c/code\u003e class has two constructors, a parameterless one and one that takes another \u003ccode\u003eEventUpdate\u003c/code\u003e object as a parameter for copying.\u003c/p\u003e\n"],["\u003cp\u003eProperties within the \u003ccode\u003eEventUpdate\u003c/code\u003e class, such as \u003ccode\u003eDescription\u003c/code\u003e, \u003ccode\u003eSymptom\u003c/code\u003e, \u003ccode\u003eTitle\u003c/code\u003e, \u003ccode\u003eUpdateTime\u003c/code\u003e, and \u003ccode\u003eWorkaround\u003c/code\u003e, provide information about the event update, with their values being output only.\u003c/p\u003e\n"],["\u003cp\u003eThe available versions of the \u003ccode\u003eEventUpdate\u003c/code\u003e class range from 1.0.0 up to the latest version 1.3.0.\u003c/p\u003e\n"]]],[],null,["# Service Health v1 API - Class EventUpdate (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.EventUpdate)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/1.2.0/Google.Cloud.ServiceHealth.V1.EventUpdate)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/1.1.0/Google.Cloud.ServiceHealth.V1.EventUpdate)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/1.0.0/Google.Cloud.ServiceHealth.V1.EventUpdate) \n\n public sealed class EventUpdate : IMessage\u003cEventUpdate\u003e, IEquatable\u003cEventUpdate\u003e, IDeepCloneable\u003cEventUpdate\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Service Health v1 API class EventUpdate.\n\nRecords an update made to the event. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e EventUpdate \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[EventUpdate](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.EventUpdate), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[EventUpdate](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.EventUpdate), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[EventUpdate](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.EventUpdate), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ServiceHealth.V1](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ServiceHealth.V1.dll\n\nConstructors\n------------\n\n### EventUpdate()\n\n public EventUpdate()\n\n### EventUpdate(EventUpdate)\n\n public EventUpdate(EventUpdate other)\n\nProperties\n----------\n\n### Description\n\n public string Description { get; set; }\n\nOutput only. Free-form, human-readable description.\n\n### Symptom\n\n public string Symptom { get; set; }\n\nOutput only. Symptoms of the event, if available.\n\n### Title\n\n public string Title { get; set; }\n\nOutput only. Brief title for the event.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. The time the update was posted.\n\n### Workaround\n\n public string Workaround { get; set; }\n\nOutput only. Workaround steps to remediate the event impact, if available."]]