NodeReportsGetContentResponse type
Obsahuje data odpovědi pro operaci getContent.
type NodeReportsGetContentResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: any }
body: any
}