UpdatePlaylistDto

constructor(name: String? = null, ids: List<UUID>? = null, users: List<PlaylistUserPermissions>? = null, isPublic: Boolean? = null)