Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListPythonPackagesResponse

import type { ListPythonPackagesResponse } from "https://googleapis.deno.dev/v1/artifactregistry:v1.ts";

The response from listing python packages.

interface ListPythonPackagesResponse {
nextPageToken?: string;
pythonPackages?: PythonPackage[];
}

§Properties

§
nextPageToken?: string
[src]

The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.

§
pythonPackages?: PythonPackage[]
[src]

The python packages returned.