SearchReposQueryParams

data class SearchReposQueryParams(val term: String? = null, val q: String? = null, val limit: Long? = 50, val cursor: String? = null)

Constructors

Link copied to clipboard
constructor(term: String? = null, q: String? = null, limit: Long? = 50, cursor: String? = null)

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val limit: Long? = 50
Link copied to clipboard
val q: String? = null
Link copied to clipboard
val term: String? = null

Functions

Link copied to clipboard