ProgramDto public class ProgramDto Documentation public bool BlackOut { get; set; } public int ChannelId { get; set; } public string Date { get; set; } public string Description { get; set; } public int Duration { get; set; } public bool EditorsChoice { get; set; } public int EventId { get; set; } public int Genre { get; set; } public ParentalRatingDto ParentalRating { get; set; } public int Record { get; set; } public bool RemoteRecordable { get; set; } public string ScheduleStatus { get; set; } public SoundDto Sound { get; set; } public long Start { get; set; } public int SubGenre { get; set; } public string Title { get; set; } public ProgramDto()