BatchSendResponse

@Serializable
data class BatchSendResponse(val acceptedCount: Int, val acks: List<EventAck>)

Constructors

Link copied to clipboard
constructor(acceptedCount: Int, acks: List<EventAck>)

Properties

Link copied to clipboard
Link copied to clipboard