GetRecordingsDto public class GetRecordingsDto Documentation public string DocumentId { get; set; } public int Offset { get; set; } public List<PvrItemDto> PvrItems { get; set; } public int TotalPvrItems { get; set; } public int Version { get; set; } public GetRecordingsDto()