EventImpact

Represents the Google Cloud products and locations impacted by the event.

JSON representation
{
  "product": {
    object (Product)
  },
  "location": {
    object (Location)
  }
}
Fields
product

object (Product)

Google Cloud product impacted by the event.

location

object (Location)

Location impacted by the event.

Product

Represents the Google Cloud product impacted by the event.

JSON representation
{
  "productName": string
}
Fields
productName

string

Google Cloud product impacted by the event. Example: "Google Cloud SQL"

Location

Represents the locations impacted by the event.

JSON representation
{
  "locationName": string
}
Fields
locationName

string

Location impacted by the event. Example: "us-central1"