EnumResponse

data class EnumResponse(val edition: String, val enumvalue: List<EnumValueResponse>, val name: String, val options: List<OptionResponse>, val sourceContext: SourceContextResponse, val syntax: String)

Enum type definition.

Constructors

Link copied to clipboard
fun EnumResponse(edition: String, enumvalue: List<EnumValueResponse>, name: String, options: List<OptionResponse>, sourceContext: SourceContextResponse, syntax: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The source edition string, only valid when syntax is SYNTAX_EDITIONS.

Link copied to clipboard

Enum value definitions.

Link copied to clipboard

Enum type name.

Link copied to clipboard

Protocol buffer options.

Link copied to clipboard

The source context.

Link copied to clipboard

The source syntax.