10 lines
277 B
C#
10 lines
277 B
C#
namespace YandexMusic.API.Models.Playlist
|
|
{
|
|
public class YPlaylistPlayCounter
|
|
{
|
|
public string Description { get; set; }
|
|
public string DescriptionNext { get; set; }
|
|
public bool Updated { get; set; }
|
|
public int? Value { get; set; }
|
|
}
|
|
} |