SearchActorsTypeaheadQueryParams

data class SearchActorsTypeaheadQueryParams(val term: String? = null, val q: String? = null, val limit: Long? = 10)

Constructors

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

Properties

Link copied to clipboard
val limit: Long? = 10
Link copied to clipboard
val q: String? = null

Search query prefix; not a full query string.

Link copied to clipboard
val term: String? = null

Functions

Link copied to clipboard