Поделиться через


GetImagePerformancesResponse type

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

type GetImagePerformancesResponse = ImagePerformance[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ImagePerformance[]
  }
}