UpcomingEvents

data class UpcomingEvents(val mfxNo: Int?, val total: Int?, val filtered: Int?)

Represents upcoming event counts in the Discovery API.

Holds counts for MFX, total, and filtered upcoming events.

Constructors

Link copied to clipboard
constructor(mfxNo: Int?, total: Int?, filtered: Int?)

Properties

Link copied to clipboard

The count of filtered upcoming events, if available.

Link copied to clipboard
val mfxNo: Int?

The count of MFX-specific upcoming events, if available.

Link copied to clipboard
val total: Int?

The total count of upcoming events, if available.