NodeReportsGetContentResponse type

Contains response data for the getContent operation.

type NodeReportsGetContentResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: any }
  body: any
}