GetAllStreaksParameters

data class GetAllStreaksParameters(val status: List<StreakStatus>? = null, val type: List<StreakType>? = null, val limit: Int? = null, val offset: Int? = null)

Data class representing parameters for retrieving streaks.

Parameters

status

Filter streaks by their current status.

type

Filter streaks by their type.

limit

Maximum number of streaks to return.

offset

Get streaks from a specific starting point.

Constructors

Link copied to clipboard
constructor(status: List<StreakStatus>? = null, type: List<StreakType>? = null, limit: Int? = null, offset: Int? = null)

Properties

Link copied to clipboard
val limit: Int?
Link copied to clipboard
val offset: Int?
Link copied to clipboard
Link copied to clipboard