NodeReportsGetContentResponse type
Contiene i dati di risposta per l'operazione getContent.
type NodeReportsGetContentResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: any }
body: any
}