GetChaosEventsResponse type
A getChaosEvents művelet válaszadatait tartalmazza.
type GetChaosEventsResponse = ChaosEventsSegment & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ChaosEventsSegment
}
}