Dela via


Python2PackageUpdateResponse type

Innehåller svarsdata för uppdateringsåtgärden.

type Python2PackageUpdateResponse = Module & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Module }
}