rtron
1.3.0
rtron-model
/
io.rtron.model.opendrive.core
/
UserData
User
Data
data
class
UserData
(
var
code
:
String
=
""
,
var
value
:
Option
<
String
>
=
None
)
Constructors
Properties
Constructors
User
Data
Link copied to clipboard
fun
UserData
(
code
:
String
=
""
,
value
:
Option
<
String
>
=
None
)
Properties
code
Link copied to clipboard
var
code
:
String
value
Link copied to clipboard
var
value
:
Option
<
String
>