Udostępnij za pośrednictwem


UpdatesGetOperationsNextResponse type

Zawiera dane odpowiedzi dla operacji getOperationsNext.

type UpdatesGetOperationsNextResponse = PageableListOfOperations & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfOperations
  }
}