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

CountArtifactsMetadata

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

Long running operation metadata for CountArtifacts.

interface CountArtifactsMetadata {
endTime?: Date;
matterId?: string;
query?: Query;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

End time of count operation. Available when operation is done.

§
matterId?: string
[src]

The matter ID of the associated matter.

§
query?: Query
[src]

The search query from the request.

§
startTime?: Date
[src]

Creation time of count operation.