GetChaosEventsResponse type
Содержит данные ответа для операции getChaosEvents.
type GetChaosEventsResponse = ChaosEventsSegment & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ChaosEventsSegment
}
}