Gemini.Types.ListBatchJobsResponse (GeminiEx v0.8.2)
View SourceResponse type for listing batch jobs.
Summary
Functions
Creates a ListBatchJobsResponse from API response.
Checks if there are more pages available.
Types
@type t() :: %Gemini.Types.ListBatchJobsResponse{ batch_jobs: [Gemini.Types.BatchJob.t()], next_page_token: String.t() | nil }
Response from listing batch jobs.