EventRoutesListNextResponse type
包含 listNext 操作的响应数据。
type EventRoutesListNextResponse = EventRouteCollection & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: EventRouteCollection
}
}