VersionsImportMethodResponse type
Obsahuje data odpovědi pro operaci importMethod.
type VersionsImportMethodResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}