Service Health v1 API - Class EventUpdate (1.2.0)

public sealed class EventUpdate : IMessage<EventUpdate>, IEquatable<EventUpdate>, IDeepCloneable<EventUpdate>, IBufferMessage, IMessage

Reference documentation and code samples for the Service Health v1 API class EventUpdate.

Records an update made to the event.

Inheritance

object > EventUpdate

Namespace

Google.Cloud.ServiceHealth.V1

Assembly

Google.Cloud.ServiceHealth.V1.dll

Constructors

EventUpdate()

public EventUpdate()

EventUpdate(EventUpdate)

public EventUpdate(EventUpdate other)
Parameter
Name Description
other EventUpdate

Properties

Description

public string Description { get; set; }

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

Property Value
Type Description
string

Symptom

public string Symptom { get; set; }

Output only. Symptoms of the event, if available.

Property Value
Type Description
string

Title

public string Title { get; set; }

Output only. Brief title for the event.

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time the update was posted.

Property Value
Type Description
Timestamp

Workaround

public string Workaround { get; set; }

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

Property Value
Type Description
string