GenerateRandomRequestListOptions

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)

Properties

Link copied to clipboard
val coHostName: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard