Delen via


NodeReportsGetContentResponse type

Bevat antwoordgegevens voor de getContent-bewerking.

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