Type Args
data class TypeArgs(val edition: Output<String>? = null, val fields: Output<List<FieldArgs>>? = null, val name: Output<String>? = null, val oneofs: Output<List<String>>? = null, val options: Output<List<OptionArgs>>? = null, val sourceContext: Output<SourceContextArgs>? = null, val syntax: Output<TypeSyntax>? = null) : ConvertibleToJava<TypeArgs>
A protocol buffer message type.
Constructors
Link copied to clipboard
fun TypeArgs(edition: Output<String>? = null, fields: Output<List<FieldArgs>>? = null, name: Output<String>? = null, oneofs: Output<List<String>>? = null, options: Output<List<OptionArgs>>? = null, sourceContext: Output<SourceContextArgs>? = null, syntax: Output<TypeSyntax>? = null)