yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.playlist.model
/
PlayCounter
Play
Counter
@
Serializable
data
class
PlayCounter
(
val
value
:
UInt
,
val
description
:
String
,
val
updated
:
Boolean
)
Members
Constructors
Play
Counter
Link copied to clipboard
constructor
(
value
:
UInt
,
description
:
String
,
updated
:
Boolean
)
Properties
description
Link copied to clipboard
val
description
:
String
updated
Link copied to clipboard
val
updated
:
Boolean
value
Link copied to clipboard
val
value
:
UInt