value
fun StringValuesBuilder.value(name: String? = null, defaultValue: String? = null): ReadWriteProperty<KoogleParametersBuilder, String?>(source)
Sets a string-value via the delegation pattern.
Parameters
name
The string-value name, if any. By default, the property's name will be used.
defaultValue
The default value to set if the data set on this property is null. If both the data being set and defaultValue are null, the string-value will be removed.