NodeReportsGetContentResponse type
Contém dados de resposta para a operação getContent.
type NodeReportsGetContentResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: any }
body: any
}