مشاركة عبر


GetPropertyInfoListResponse type

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

type GetPropertyInfoListResponse = PagedPropertyInfoList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedPropertyInfoList
  }
}