GetNodesEventListResponse type

Contains response data for the getNodesEventList operation.

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