Поделиться через


NodeReportsGetContentResponse type

Содержит данные ответа для операции getContent.

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