Total Search Result
data class TotalSearchResult(val mainGallery: List<Gallery>, val minorGallery: List<Gallery>, val wiki: List<TotalSearch.Wiki>, val board: List<TotalSearch.SearchedArticle>, val todayIssue: List<TotalSearch.SearchedArticle>, val realTime: List<TotalSearch.RealTime>)
Constructors
Link copied to clipboard
constructor(mainGallery: List<Gallery>, minorGallery: List<Gallery>, wiki: List<TotalSearch.Wiki>, board: List<TotalSearch.SearchedArticle>, todayIssue: List<TotalSearch.SearchedArticle>, realTime: List<TotalSearch.RealTime>)