Generate Random Request List Options
data class GenerateRandomRequestListOptions(val participants: List<Participant>, val hostName: String, val coHostName: String? = null, val numberOfRequests: Int)
Options for generating a random request list.
Constructors
Link copied to clipboard
constructor(participants: List<Participant>, hostName: String, coHostName: String? = null, numberOfRequests: Int)