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

SavedQueriesCreateOptions

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

Additional options for CloudAsset#savedQueriesCreate.

interface SavedQueriesCreateOptions {
savedQueryId?: string;
}

§Properties

§
savedQueryId?: string
[src]

Required. The ID to use for the saved query, which must be unique in the specified parent. It will become the final component of the saved query's resource name. This value should be 4-63 characters, and valid characters are a-z-. Notice that this field is required in the saved query creation, and the name field of the saved_query will be ignored.