namespace MediaBrowser.Model.Sync { public class SyncSchedule { /// /// Gets or sets the identifier. /// /// The identifier. public string Id { get; set; } } }