VersionsImportMethodResponse type
Содержит данные ответа для операции importMethod.
type VersionsImportMethodResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}