Interface DeleteFileSearchStoreParameters

Config for file_search_stores.delete parameters.

interface DeleteFileSearchStoreParameters {
    config?: DeleteFileSearchStoreConfig;
    name: string;
}

Properties

Properties

Optional parameters for the request.

name: string

The resource name of the FileSearchStore. Example: fileSearchStores/my-file-search-store-123