Party

data class Party(val id: String?, val currentSize: Int?, val maxSize: Int?)(source)

Constructors

Link copied to clipboard
constructor(id: String?, currentSize: Int?, maxSize: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String?
Link copied to clipboard
val maxSize: Int?