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

CountArtifactsRequest

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

Count artifacts request.

interface CountArtifactsRequest {
query?: Query;
view?: "COUNT_RESULT_VIEW_UNSPECIFIED" | "TOTAL_COUNT" | "ALL";
}

§Properties

§
query?: Query
[src]

The search query.

§
view?: "COUNT_RESULT_VIEW_UNSPECIFIED" | "TOTAL_COUNT" | "ALL"
[src]

Sets the granularity of the count results.