Cf Mod Model
constructor(id: Int, gameId: Int, name: String, slug: String, links: CfModModel.ModLinks, summary: String, status: Int, downloadCount: Int, isFeatured: Boolean, primaryCategoryId: Int, categories: List<CfModModel.Category>, classId: Int? = null, authors: List<CfModModel.ModAuthor>, logo: CfModModel.ModAsset? = null, screenshots: List<CfModModel.ModAsset> = listOf(), mainFileId: Int, latestFiles: List<CfModModel.File> = listOf(), latestFilesIndexes: List<CfModModel.FileIndex> = listOf(), latestEarlyAccessFilesIndexes: List<CfModModel.FileIndex> = listOf(), dateCreated: String, dateModified: String, dateReleased: String, allowModDistribution: Boolean? = null, gamePopularityRank: Int, isAvailable: Boolean)