Добавьте файлы проекта.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace YandexMusic.API.Models.Landing.Entity.Entities
|
||||
{
|
||||
public class YLandingEntityPodcast : YLandingEntity
|
||||
{
|
||||
public string Description { get; set; }
|
||||
public string DescriptionFormatted { get; set; }
|
||||
public DateTime LastUpdated { get; set; }
|
||||
public YPodcast Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user