add

@JvmName(name = "addInstance")
fun DslList<String, ObjectMappingKt.Dsl.InstanceProxy>.add(value: String)
Maps an enumeration instance to this object. Enumeration membership is contextual.

repeated string instance = 1;

Parameters

value

The instance to add.