GetAllStreakMilestonesParameters

data class GetAllStreakMilestonesParameters(val streakType: StreakType, val streakId: String, val limit: Int? = null, val offset: Int? = null)

Data class representing parameters for retrieving streak milestones.

Parameters

streakType

The type of the streak.

streakId

Unique identifier of the streak.

limit

Maximum number of milestones to return.

offset

Get milestones from a specific starting point.

Constructors

Link copied to clipboard
constructor(streakType: StreakType, streakId: String, 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