Python2PackageCreateOrUpdateResponse type
Contains response data for the createOrUpdate operation.
type Python2PackageCreateOrUpdateResponse = Module & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Module }
}