namespace MediaBrowser.Model.LiveTv { /// /// Class RecordingQuery. /// public class RecordingQuery { /// /// Gets or sets a value indicating whether this instance has recorded. /// /// null if [has recorded] contains no value, true if [has recorded]; otherwise, false. public bool? HasRecorded { get; set; } } }