Repo V2
data class RepoV2(val name: LocalizedTextV2 = emptyMap(), val icon: LocalizedFileV2 = emptyMap(), val address: String, val webBaseUrl: String? = null, val description: LocalizedTextV2 = emptyMap(), val mirrors: List<MirrorV2> = emptyList(), val timestamp: Long, val antiFeatures: Map<String, AntiFeatureV2> = emptyMap(), val categories: Map<String, CategoryV2> = emptyMap(), val releaseChannels: Map<String, ReleaseChannelV2> = emptyMap())
Constructors
Link copied to clipboard
constructor(name: LocalizedTextV2 = emptyMap(), icon: LocalizedFileV2 = emptyMap(), address: String, webBaseUrl: String? = null, description: LocalizedTextV2 = emptyMap(), mirrors: List<MirrorV2> = emptyList(), timestamp: Long, antiFeatures: Map<String, AntiFeatureV2> = emptyMap(), categories: Map<String, CategoryV2> = emptyMap(), releaseChannels: Map<String, ReleaseChannelV2> = emptyMap())