GetStreakParameters

data class GetStreakParameters(val streakType: StreakType, val streakId: String)

Data class representing parameters for retrieving a single streak.

Parameters

streakType

The type of the streak.

streakId

Unique identifier of the streak.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard