Class AutoRecordingSettings
- Namespace
- adas_core.Domain.Models.AppSettings
- Assembly
- adas-core.Domain.dll
Represents the configuration settings for automatic recording functionality.
public class AutoRecordingSettings
- Inheritance
-
AutoRecordingSettings
- Inherited Members
- Extension Methods
Properties
AutoStart
public AutoStart? AutoStart { get; set; }
Property Value
AutoStop
public AutoStop? AutoStop { get; set; }
Property Value
MustSendAlert
public MustSendAlert? MustSendAlert { get; set; }