SearchActorsSkeletonResponse

data class SearchActorsSkeletonResponse(val cursor: String? = null, val hitsTotal: Long? = null, val actors: ReadOnlyList<SkeletonSearchActor>)

Constructors

Link copied to clipboard
constructor(cursor: String? = null, hitsTotal: Long? = null, actors: ReadOnlyList<SkeletonSearchActor>)

Properties

Link copied to clipboard
Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val hitsTotal: Long? = null

Count of search hits. Optional, may be rounded/truncated, and may not be possible to paginate through all hits.