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.track.model.supplement
/
Clip
/
Clip
Clip
constructor
(
clipId
:
Int
,
title
:
String
,
playerId
:
String
,
uuid
:
String
,
thumbnail
:
String
,
previewUrl
:
String
,
duration
:
Int
,
trackIds
:
List
<
Int
>
?
=
null
,
artists
:
List
<
Artist
>
,
explicit
:
Boolean
)