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

Properties of an OrganizationEvent.

Package

@google-cloud/servicehealth

Properties

category

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

OrganizationEvent category

description

description?: (string|null);

OrganizationEvent description

detailedCategory

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

OrganizationEvent detailedCategory

detailedState

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

OrganizationEvent detailedState

endTime

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

OrganizationEvent endTime

eventImpacts

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

OrganizationEvent eventImpacts

name

name?: (string|null);

OrganizationEvent name

nextUpdateTime

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

OrganizationEvent nextUpdateTime

parentEvent

parentEvent?: (string|null);

OrganizationEvent parentEvent

startTime

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

OrganizationEvent startTime

state

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

OrganizationEvent state

title

title?: (string|null);

OrganizationEvent title

updates

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

OrganizationEvent updates

updateTime

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

OrganizationEvent updateTime