Gall Info
data class GallInfo(val title: String, val category: Int, val fileCount: Int, val fileSize: Int, val noWrite: Boolean, val captcha: Boolean?, val codeCount: Int?, val isMinor: Boolean, val isMini: Boolean, val isManager: Boolean, val membership: Boolean?, val profileImage: String?, val totalMember: Int?, val memberJoin: Boolean?, val useAutoDelete: Int?, val useListFix: Boolean?, val notifyRecent: Int?, val relationGall: Map<String, String>, val headText: List<HeadText>)
Constructors
Link copied to clipboard
constructor(title: String, category: Int, fileCount: Int, fileSize: Int, noWrite: Boolean, captcha: Boolean?, codeCount: Int?, isMinor: Boolean, isMini: Boolean, isManager: Boolean, membership: Boolean?, profileImage: String?, totalMember: Int?, memberJoin: Boolean?, useAutoDelete: Int?, useListFix: Boolean?, notifyRecent: Int?, relationGall: Map<String, String>, headText: List<HeadText>)