GetStreakMilestoneParameters

data class GetStreakMilestoneParameters(val streakType: StreakType, val streakId: String, val milestoneId: String)

Data class representing parameters for retrieving a single streak milestone.

Parameters

streakType

The type of the streak.

streakId

Unique identifier of the streak.

milestoneId

Unique identifier of the streak milestone.

Constructors

Link copied to clipboard
constructor(streakType: StreakType, streakId: String, milestoneId: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard