Info Result
data class InfoResult(val id: String, val koName: String, val image: String? = null, val description: String? = null, val manager: MinorGalleryInfo.Manager, val subManager: List<MinorGalleryInfo.Manager>, val createDate: String, val new: Boolean, val hotState: String, val totalCount: String, val categoryName: String, val mini: MinorGalleryInfo.MiniGalleryInfo? = null)
Constructors
Link copied to clipboard
constructor(id: String, koName: String, image: String? = null, description: String? = null, manager: MinorGalleryInfo.Manager, subManager: List<MinorGalleryInfo.Manager>, createDate: String, new: Boolean, hotState: String, totalCount: String, categoryName: String, mini: MinorGalleryInfo.MiniGalleryInfo? = null)