Class PlaylistOutput
- Namespace
- XeroxDev.YTMDesktop.Companion.Models.Output
- Assembly
- XeroxDev.YTMDesktop.Companion.dll
This class is the output from the Playlists endpoint. (as a single item, the endpoint will return an array of this)
public class PlaylistOutput
- Inheritance
-
PlaylistOutput
- Inherited Members
Properties
Id
The playlist id
[JsonProperty("id")]
[JsonRequired]
public string Id { get; set; }
Property Value
Title
The playlist title
[JsonProperty("title")]
[JsonRequired]
public string Title { get; set; }