DeletePlaylistResponse constructor

DeletePlaylistResponse({
  1. ResponseError? error,
})

Builds a DeletePlaylistResponse

error: An error if there was error while deleting the playlist

Implementation

DeletePlaylistResponse({super.error});