Count

data class Count(val totalCount: Int) : MeetingOccurrencesGenerator.GenerationLimit

Constructors

Link copied to clipboard
constructor(totalCount: Int)

Properties

Link copied to clipboard
val totalCount: Int