Class RestrictedDataModeInterval
- Namespace
- Geotab.Checkmate.ObjectModel.Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The base restricted data mode interval class.
public sealed class RestrictedDataModeInterval
- Inheritance
-
RestrictedDataModeInterval
- Inherited Members
Constructors
RestrictedDataModeInterval()
public RestrictedDataModeInterval()
Properties
Device
Gets or sets the device.
public Device? Device { get; set; }
Property Value
- Device
The device.
End
Gets or sets the end datetime of the interval.
public DateTime? End { get; set; }
Property Value
Start
Gets or sets the start datetime of the interval.
public DateTime? Start { get; set; }