Remote Settings Config2
data class RemoteSettingsConfig2(var server: RemoteSettingsServer? = null, var bucketName: String? = null)
Remote settings configuration
This is the version used in the new API, hence the 2
at the end. The plan is to move consumers to the new API, remove the RemoteSettingsConfig struct, then remove the 2
from this name.