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