GetPropertyInfoListResponse type

Содержит данные ответа для операции getPropertyInfoList.

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