File

constructor(id: Int, gameId: Int, modId: Int, isAvailable: Boolean, displayName: String, fileName: String, releaseType: Int = 0, fileStatus: Int = 0, hashes: List<CfModModel.File.FileHash> = listOf(), fileDate: String, fileLength: Int, downloadCount: Int, fileSizeOnDisk: Int? = null, downloadUrl: String? = null, gameVersions: List<String> = listOf(), sortableGameVersions: List<CfModModel.File.SortableGameVersion> = listOf(), dependencies: List<CfModModel.File.FileDependency> = listOf(), exposeAsAlternative: Boolean? = null, parentProjectFileId: Int? = null, alternateFileId: Int? = null, isServerPack: Boolean? = null, serverPackFileId: Int? = null, isEarlyAccessContent: Boolean? = null, earlyAccessEndDate: String? = null)