toggle menu
protobuf-kotlin
0.5.0
common
switch theme
search in API
protobuf-kotlin-protoscope
/
pro.felixo.protobuf.protoscope
/
Token
/
Tag
Tag
data
class
Tag
(
val
number
:
Int
,
val
type
:
Int
?
)
:
Token
Members
Constructors
Tag
Link copied to clipboard
constructor
(
number
:
Int
,
type
:
Int
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
number
Link copied to clipboard
val
number
:
Int
type
Link copied to clipboard
val
type
:
Int
?