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

GoogleDevtoolsCloudbuildV1UploadedMavenArtifact

import type { GoogleDevtoolsCloudbuildV1UploadedMavenArtifact } from "https://googleapis.deno.dev/v1/run:v2.ts";

A Maven artifact uploaded using the MavenArtifact directive.

interface GoogleDevtoolsCloudbuildV1UploadedMavenArtifact {
readonly pushTiming?: GoogleDevtoolsCloudbuildV1TimeSpan;
uri?: string;
}

§Properties

§

Hash types and values of the Maven Artifact.

§

Output only. Stores timing information for pushing the specified artifact.

§
uri?: string
[src]

URI of the uploaded artifact.