Class OrganizationCameraDetectionsHistoryRange
Organization Camera Detections History Range
[DataContract]
public class OrganizationCameraDetectionsHistoryRange
- Inheritance
-
OrganizationCameraDetectionsHistoryRange
- Inherited Members
Constructors
OrganizationCameraDetectionsHistoryRange()
public OrganizationCameraDetectionsHistoryRange()
Properties
EndTime
The range end time
[DataMember(Name = "endTime")]
public DateTime EndTime { get; set; }
Property Value
Interval
The range interval in seconds
[DataMember(Name = "interval")]
public int Interval { get; set; }
Property Value
StartTime
The range start time
[DataMember(Name = "startTime")]
public DateTime StartTime { get; set; }