UpdatePlaylistUserDto

data class UpdatePlaylistUserDto(val canEdit: Boolean? = null)

Update existing playlist user dto. Fields set to null will not be updated and keep their current values.

Constructors

Link copied to clipboard
constructor(canEdit: Boolean? = null)

Properties

Link copied to clipboard
val canEdit: Boolean? = null

A value indicating whether the user can edit the playlist.