kmttAPI
0.2.1
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
kmttAPI
/
kmtt.models
/
Rate
Rate
data
class
Rate
(
rate
:
String
?
,
change
:
Long
?
,
sym
:
String
?
)
Content copied to clipboard
Constructors
Properties
Parameters
Parameters
rate
change
sym
Constructors
Rate
Link copied to clipboard
fun
Rate
(
rate
:
String
?
=
null
,
change
:
Long
?
=
null
,
sym
:
String
?
=
null
)
Content copied to clipboard
Properties
change
Link copied to clipboard
val
change
:
Long
?
=
null
Content copied to clipboard
rate
Link copied to clipboard
val
rate
:
String
?
=
null
Content copied to clipboard
sym
Link copied to clipboard
val
sym
:
String
?
=
null
Content copied to clipboard