Option Args
data class OptionArgs(val name: Output<String>? = null, val value: Output<Map<String, String>>? = null) : ConvertibleToJava<OptionArgs>
A protocol buffer option, which can be attached to a message, field, enumeration, etc.
A protocol buffer option, which can be attached to a message, field, enumeration, etc.