Python2PackageGetResponse type

Contains response data for the get operation.

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