GetChaosEventsResponse type
getChaosEvents işleminin yanıt verilerini içerir.
type GetChaosEventsResponse = ChaosEventsSegment & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ChaosEventsSegment
}
}