FetchLabelsQueryParams

data class FetchLabelsQueryParams(val since: Long? = null, val limit: Long? = 50)

Constructors

Link copied to clipboard
constructor(since: Long? = null, limit: Long? = 50)

Properties

Link copied to clipboard
val limit: Long? = 50
Link copied to clipboard
val since: Long? = null

Functions

Link copied to clipboard