BatchStats

@Serializable
data class BatchStats(val requestCount: Int? = null, val successfulRequestCount: Int? = null)

Stats about the batch.

Constructors

Link copied to clipboard
constructor(requestCount: Int? = null, successfulRequestCount: Int? = null)

Properties

Link copied to clipboard
val requestCount: Int?

The number of requests in the batch.

Link copied to clipboard

The number of successful requests in the batch.