EnumValueResponse

data class EnumValueResponse(val name: String, val number: Int, val options: List<OptionResponse>)

Enum value definition.

Constructors

Link copied to clipboard
fun EnumValueResponse(name: String, number: Int, options: List<OptionResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enum value name.

Link copied to clipboard
val number: Int

Enum value number.

Link copied to clipboard

Protocol buffer options.