NodeReportsGetContentResponse type
getContent işlemi için yanıt verilerini içerir.
type NodeReportsGetContentResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: any }
body: any
}