public sealed class EventImpact : IMessage<EventImpact>, IEquatable<EventImpact>, IDeepCloneable<EventImpact>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Health v1 API class EventImpact.
Represents the Google Cloud products and locations impacted by the event.
Implements
IMessageEventImpact, IEquatableEventImpact, IDeepCloneableEventImpact, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceHealth.V1Assembly
Google.Cloud.ServiceHealth.V1.dll
Constructors
EventImpact()
public EventImpact()
EventImpact(EventImpact)
public EventImpact(EventImpact other)
Parameter | |
---|---|
Name | Description |
other | EventImpact |
Properties
Location
public Location Location { get; set; }
Location impacted by the event.
Property Value | |
---|---|
Type | Description |
Location |
Product
public Product Product { get; set; }
Google Cloud product impacted by the event.
Property Value | |
---|---|
Type | Description |
Product |