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

ProjectsLocationsMetadataStoresContextsDeleteOptions

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

Additional options for AIplatform#projectsLocationsMetadataStoresContextsDelete.

interface ProjectsLocationsMetadataStoresContextsDeleteOptions {
etag?: string;
force?: boolean;
}

§Properties

§
etag?: string
[src]

Optional. The etag of the Context to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.

§
force?: boolean
[src]

The force deletion semantics is still undefined. Users should not use this field.