toggle menu
protobuf-kotlin
0.5.0
common
switch theme
search in API
protobuf-kotlin-schemadocument
/
pro.felixo.protobuf.schemadocument
/
Enum
/
Enum
Enum
constructor
(
name
:
Identifier
,
values
:
List
<
EnumValue
>
,
allowAlias
:
Boolean
=
false
,
reservedNames
:
List
<
Identifier
>
=
emptyList()
,
reservedNumbers
:
List
<
IntRange
>
=
emptyList()
)