shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.request.playlists
/
CreatePlaylistRequest
Create
Playlist
Request
@
Serializable
data
class
CreatePlaylistRequest
(
val
name
:
String
,
val
public
:
Boolean
?
=
null
,
val
collaborative
:
Boolean
?
=
null
,
val
description
:
String
?
=
null
)
Members
Constructors
Create
Playlist
Request
Link copied to clipboard
constructor
(
name
:
String
,
public
:
Boolean
?
=
null
,
collaborative
:
Boolean
?
=
null
,
description
:
String
?
=
null
)
Properties
collaborative
Link copied to clipboard
val
collaborative
:
Boolean
?
=
null
description
Link copied to clipboard
val
description
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
public
Link copied to clipboard
val
public
:
Boolean
?
=
null