مشاركة عبر


RegistrationsListResponse type

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

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