Service Health v1 API - Class EventImpact (1.2.0)

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.

Inheritance

object > EventImpact

Namespace

Google.Cloud.ServiceHealth.V1

Assembly

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