Programme public class Programme Documentation public Audio Audio { get; set; } public bool AudioDescription { get; set; } public int ChannelId { get; set; } public string Description { get; set; } public TimeSpan Duration { get; set; } public int EpisodeNumber { get; set; } public string EventId { get; set; } public int GenreId { get; set; } public bool New { get; set; } public PictureQuality PictureQuality { get; set; } public string ProgrammeUuid { get; set; } public Rating Rating { get; set; } public int SeasonNumber { get; set; } public string SeriesUuid { get; set; } public DateTime StartTime { get; set; } public bool Subtitles { get; set; } public string Title { get; set; } public bool Widescreen { get; set; } public Programme()