toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
su.pank.yamusic.track.model.supplement
/
Clip
Clip
@
Serializable
data
class
Clip
(
val
clipId
:
Int
,
val
title
:
String
,
val
playerId
:
String
,
val
uuid
:
String
,
val
thumbnail
:
String
,
val
previewUrl
:
String
,
val
duration
:
Int
,
val
trackIds
:
List
<
Int
>
?
=
null
,
val
artists
:
List
<
Artist
>
,
val
explicit
:
Boolean
)
(
source
)
Members
Constructors
Clip
Link copied to clipboard
constructor
(
clipId
:
Int
,
title
:
String
,
playerId
:
String
,
uuid
:
String
,
thumbnail
:
String
,
previewUrl
:
String
,
duration
:
Int
,
trackIds
:
List
<
Int
>
?
=
null
,
artists
:
List
<
Artist
>
,
explicit
:
Boolean
)
Properties
artists
Link copied to clipboard
val
artists
:
List
<
Artist
>
clip
Id
Link copied to clipboard
val
clipId
:
Int
duration
Link copied to clipboard
val
duration
:
Int
explicit
Link copied to clipboard
val
explicit
:
Boolean
player
Id
Link copied to clipboard
val
playerId
:
String
preview
Url
Link copied to clipboard
val
previewUrl
:
String
thumbnail
Link copied to clipboard
val
thumbnail
:
String
title
Link copied to clipboard
val
title
:
String
track
Ids
Link copied to clipboard
val
trackIds
:
List
<
Int
>
?
=
null
uuid
Link copied to clipboard
val
uuid
:
String