set

@JvmName(name = "setConfig")
operator fun DslList<ConfigurationValue, AppConfigurationSuiteKt.Dsl.ConfigProxy>.set(index: Int, value: ConfigurationValue)
Configuration values associated with this suite.

repeated .elide.app.ConfigurationValue config = 5;

Parameters

index

The index to set the value at.

value

The config to set.