VersionsImportMethodResponse type
Contiene datos de respuesta para la operación importMethod.
type VersionsImportMethodResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}