kmttAPI
0.3.3
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
kmttAPI
/
kmtt.models
/
Counters
Counters
data
class
Counters
(
entries
:
Long
?
,
comments
:
Long
?
,
favorites
:
Long
?
)
Content copied to clipboard
Constructors
Properties
Parameters
Parameters
property
Entries
comments
favorites
Constructors
Counters
Link copied to clipboard
fun
Counters
(
entries
:
Long
?
=
null
,
comments
:
Long
?
=
null
,
favorites
:
Long
?
=
null
)
Content copied to clipboard
Properties
comments
Link copied to clipboard
val
comments
:
Long
?
=
null
Content copied to clipboard
entries
Link copied to clipboard
val
entries
:
Long
?
=
null
Content copied to clipboard
favorites
Link copied to clipboard
val
favorites
:
Long
?
=
null
Content copied to clipboard