Udostępnij za pośrednictwem


NodeReportsGetContentResponse type

Zawiera dane odpowiedzi dla operacji getContent.

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