GetImagePerformancesResponse type
Contiene datos de respuesta para la operación getImagePerformances.
type GetImagePerformancesResponse = ImagePerformance[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePerformance[]
}
}