EventRoutesListNextResponse type
A listNext művelet válaszadatait tartalmazza.
type EventRoutesListNextResponse = EventRouteCollection & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: EventRouteCollection
}
}