TruckSim-Telemetry-Kotlin
1.1
jvm
TruckSim-Telemetry-Kotlin
/
scs_sdk.model.utils
/
GenericResource
Generic
Resource
data
class
GenericResource
(
val
id
:
String
,
val
name
:
String
)
Generic class to hold
id
and
name
properties
Author
Felipe Gonzalez
Members
Constructors
Generic
Resource
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String