Sdílet prostřednictvím


Python2PackageGetResponse type

Obsahuje data odpovědi pro operaci get.

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