Live Event List Query
A query class that provides queries used to retrieve a list of live events.
Since
1.0.0
Types
Link copied to clipboard
data class Params(state: LiveEventState?, types: List<LiveEventType>, createdAtRange: Range?, participantCountRange: Range?, durationRange: Range?, liveEventIds: List<String>, createdByUserIds: List<String>, limit: Int)
Content copied to clipboard
A class that provides parameters that are used to query a list of live events.