RunbookDraftGetContentResponse type
Contains response data for the getContent operation.
type RunbookDraftGetContentResponse = {
_response: msRest.HttpResponse
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}