Interface protos.google.cloud.servicehealth.v1.IEvent (0.1.0)

Properties of an Event.

Package

@google-cloud/servicehealth

Properties

category

category?: (google.cloud.servicehealth.v1.Event.EventCategory|keyof typeof google.cloud.servicehealth.v1.Event.EventCategory|null);

Event category

description

description?: (string|null);

Event description

detailedCategory

detailedCategory?: (google.cloud.servicehealth.v1.Event.DetailedCategory|keyof typeof google.cloud.servicehealth.v1.Event.DetailedCategory|null);

Event detailedCategory

detailedState

detailedState?: (google.cloud.servicehealth.v1.Event.DetailedState|keyof typeof google.cloud.servicehealth.v1.Event.DetailedState|null);

Event detailedState

endTime

endTime?: (google.protobuf.ITimestamp|null);

Event endTime

eventImpacts

eventImpacts?: (google.cloud.servicehealth.v1.IEventImpact[]|null);

Event eventImpacts

name

name?: (string|null);

Event name

nextUpdateTime

nextUpdateTime?: (google.protobuf.ITimestamp|null);

Event nextUpdateTime

parentEvent

parentEvent?: (string|null);

Event parentEvent

relevance

relevance?: (google.cloud.servicehealth.v1.Event.Relevance|keyof typeof google.cloud.servicehealth.v1.Event.Relevance|null);

Event relevance

startTime

startTime?: (google.protobuf.ITimestamp|null);

Event startTime

state

state?: (google.cloud.servicehealth.v1.Event.State|keyof typeof google.cloud.servicehealth.v1.Event.State|null);

Event state

title

title?: (string|null);

Event title

updates

updates?: (google.cloud.servicehealth.v1.IEventUpdate[]|null);

Event updates

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Event updateTime