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.model
/
Like
/
Like
Like
constructor
(
type
:
LikeType
,
id
:
String
?
=
null
,
timestamp
:
Instant
?
=
null
,
album
:
AlbumData
?
=
null
,
artist
:
Artist
?
=
null
,
playlist
:
PlaylistData
?
=
null
,
shortDescription
:
String
?
=
null
,
description
:
String
?
=
null
,
isPremiere
:
Boolean
?
=
null
,
isBanner
:
Boolean
?
=
null
)