GetNodesEventListResponse type

Содержит данные ответа для операции getNodesEventList.

type GetNodesEventListResponse = NodeEventUnion[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: NodeEventUnion[]
  }
}