Delen via


MyWorkbooksListBySubscriptionNextResponse type

Bevat antwoordgegevens voor de bewerking listBySubscriptionNext.

type MyWorkbooksListBySubscriptionNextResponse = MyWorkbooksListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: MyWorkbooksListResult
  }
}