ListBatchJobsResponse

@Serializable
data class ListBatchJobsResponse(val sdkHttpResponse: HttpResponse? = null, val nextPageToken: String? = null, val batchJobs: List<BatchJob>? = null)

Config for batches.list return value.

Constructors

Link copied to clipboard
constructor(sdkHttpResponse: HttpResponse? = null, nextPageToken: String? = null, batchJobs: List<BatchJob>? = null)

Properties

Link copied to clipboard
val batchJobs: List<BatchJob>? = null
Link copied to clipboard
val nextPageToken: String? = null
Link copied to clipboard

Used to retain the full HTTP response.