ParkSquare.SkyTv by Jon Meesam

<PackageReference Include="ParkSquare.SkyTv" Version="8.0.0" />

 Recording

public class Recording
public string Channel { get; set; }

public DateTime? DeletedOn { get; set; }

public string Description { get; set; }

public int EpisodeNumber { get; set; }

public DateTime? ExpiresOn { get; set; }

public string FailedReason { get; set; }

public Uri ImageUrl { get; set; }

public bool IsDeleted { get; set; }

public bool IsSeriesLinked { get; set; }

public PictureQuality PictureQuality { get; set; }

public string PvrId { get; set; }

public string Rating { get; set; }

public int SeasonNumber { get; set; }

public int SizeKb { get; set; }

public RecordingSource Source { get; set; }

public RecordingStatus Status { get; set; }

public string Title { get; set; }

public Recording()