namespace MediaBrowser.Model.Devices
{
    public class DeviceOptions
    {
        /// 
        /// Gets or sets the name of the custom.
        /// 
        /// The name of the custom.
        public string CustomName { get; set; }
        /// 
        /// Gets or sets the camera upload path.
        /// 
        /// The camera upload path.
        public string CameraUploadPath { get; set; }
    }
}