UpdatesGetOperationsNextResponse type
getOperationsNext 操作の応答データが含まれます。
type UpdatesGetOperationsNextResponse = PageableListOfOperations & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfOperations
}
}