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.album.model
/
Label
Label
@
Serializable
(
with
=
LabelSerializer::class
)
data
class
Label
(
val
id
:
Int
,
val
name
:
String
)
Members
Constructors
Label
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
)
Properties
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String