ServerSource

private constructor(key: String, type: ServerSourceType, readiness: PlatformValue<ServerSourceReadiness>, version: String, featureTags: Set<FeatureTag>, allowedInBuilds: Set<BuildType> = setOf(BuildType.FOSS, BuildType.PLAY, BuildType.FULL), allowedPlatforms: Set<Platform> = setOf(Platform.ANDROID, Platform.IOS))(source)