Gemini.Types.ListFileSearchStoresResponse (GeminiEx v0.8.4)
View SourceResponse type for listing file search stores.
Summary
Functions
Creates a ListFileSearchStoresResponse from API response.
Checks if there are more pages available.
Types
@type t() :: %Gemini.Types.ListFileSearchStoresResponse{ file_search_stores: [Gemini.Types.FileSearchStore.t()], next_page_token: String.t() | nil }
Response from listing file search stores.
file_search_stores- List of FileSearchStore structsnext_page_token- Token for fetching next page (nil if no more pages)