Project

constructor(pakkuId: String? = null, pakkuLinks: MutableSet<String> = mutableSetOf(), type: ProjectType, side: ProjectSide? = null, slug: MutableMap<String, String>, name: MutableMap<String, String>, id: MutableMap<String, String>, updateStrategy: UpdateStrategy = UpdateStrategy.LATEST, redistributable: Boolean = true, subpath: String? = null, aliases: MutableSet<String>? = null, export: Boolean? = null, files: MutableSet<ProjectFile>)