مشاركة عبر


RegistrationsListNextResponse type

يحتوي على بيانات الاستجابة لعملية listNext.

type RegistrationsListNextResponse = RegistrationList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: RegistrationList
  }
}