GetNodesEventListResponse type
getNodesEventList 操作の応答データを格納します。
type GetNodesEventListResponse = NodeEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: NodeEventUnion[]
}
}