aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Sync/SyncSchedule.cs
blob: 297cbd14505fff1431d2c0a7d632a94956d6b4b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
namespace MediaBrowser.Model.Sync
{
    public class SyncSchedule
    {
        /// <summary>
        /// Gets or sets the identifier.
        /// </summary>
        /// <value>The identifier.</value>
        public string Id { get; set; }
    }
}