ORS Android Client
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ORS Android Client
ORS Android Client
/
org.nitri.ors.domain.meta
/
Engine
Engine
@
Serializable
data
class
Engine
(
val
version
:
String
,
val
buildDate
:
String
,
val
graphDate
:
String
)
Members
Constructors
Engine
Link copied to clipboard
constructor
(
version
:
String
,
buildDate
:
String
,
graphDate
:
String
)
Properties
build
Date
Link copied to clipboard
@
SerialName
(
value
=
"build_date"
)
val
buildDate
:
String
graph
Date
Link copied to clipboard
@
SerialName
(
value
=
"graph_date"
)
val
graphDate
:
String
version
Link copied to clipboard
val
version
:
String