toggle menu
protobuf-kotlin
0.5.0
common
switch theme
search in API
protobuf-kotlin-schemadocument
/
pro.felixo.protobuf.schemadocument
/
FieldType
/
Reference
Reference
data
class
Reference
(
val
components
:
List
<
Identifier
>
)
:
FieldType
A reference to a message or enum type.
Members
Constructors
Reference
Link copied to clipboard
constructor
(
components
:
List
<
Identifier
>
)
Properties
components
Link copied to clipboard
val
components
:
List
<
Identifier
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String