Aracılığıyla paylaş


Python2PackageGetResponse type

Alma işlemi için yanıt verilerini içerir.

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