Interface GetFileSearchStoreParameters

Config for file_search_stores.get parameters.

interface GetFileSearchStoreParameters {
    config?: GetFileSearchStoreConfig;
    name: string;
}

Properties

Properties

Optional parameters for the request.

name: string

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