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

ListMavenArtifactsResponse

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

The response from listing maven artifacts.

interface ListMavenArtifactsResponse {
mavenArtifacts?: MavenArtifact[];
nextPageToken?: string;
}

§Properties

§
mavenArtifacts?: MavenArtifact[]
[src]

The maven artifacts returned.

§
nextPageToken?: string
[src]

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