Partager via


NodeReportsGetContentResponse type

Contient des données de réponse pour l’opération getContent.

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