GetChaosEventsResponse type
Enthält Antwortdaten für den getChaosEvents-Vorgang.
type GetChaosEventsResponse = ChaosEventsSegment & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ChaosEventsSegment
}
}