GetPropertyInfoListResponse type
A getPropertyInfoList művelet válaszadatait tartalmazza.
type GetPropertyInfoListResponse = PagedPropertyInfoList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedPropertyInfoList
}
}