Class OrganizationCameraDetectionsHistoryByBoundaryByIntervalItem
Organization Camera Detections History By Boundary By Interval Item
[DataContract]
public class OrganizationCameraDetectionsHistoryByBoundaryByIntervalItem
- Inheritance
-
OrganizationCameraDetectionsHistoryByBoundaryByIntervalItem
- Inherited Members
Constructors
OrganizationCameraDetectionsHistoryByBoundaryByIntervalItem()
public OrganizationCameraDetectionsHistoryByBoundaryByIntervalItem()
Properties
BoundaryId
The boundary id
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "boundaryId")]
public string BoundaryId { get; set; }
Property Value
Results
The analytics data
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "results")]
public OrganizationCameraDetectionsHistoryByBoundaryByIntervalItemResults Results { get; set; }
Property Value
Type
The boundary type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }