Compartir a través de


GetChaosResponse type

Contiene datos de respuesta para la operación getChaos.

type GetChaosResponse = Chaos & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Chaos }
}