Request

@Serializable
data class Request(val nextBatch: String? = null)

Constructors

Link copied to clipboard
constructor(nextBatch: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "next_batch")
val nextBatch: String?