Search Starter Packs Skeleton Response
data class SearchStarterPacksSkeletonResponse(val cursor: String? = null, val hitsTotal: Long? = null, val starterPacks: List<SkeletonSearchStarterPack>)
Parameters
hits Total
Count of search hits. Optional, may be rounded/truncated, and may not be possible to paginate through all hits.
Constructors
Link copied to clipboard
constructor(cursor: String? = null, hitsTotal: Long? = null, starterPacks: List<SkeletonSearchStarterPack>)