VersionsImportV2AppResponse type

Obsahuje data odpovědi pro operaci importV2App.

type VersionsImportV2AppResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}