Table of Contents

Class OrganizationCameraDetectionsHistoryByBoundaryByIntervalItemResults

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

The analytics data

[DataContract]
public class OrganizationCameraDetectionsHistoryByBoundaryByIntervalItemResults
Inheritance
OrganizationCameraDetectionsHistoryByBoundaryByIntervalItemResults
Inherited Members

Constructors

OrganizationCameraDetectionsHistoryByBoundaryByIntervalItemResults()

public OrganizationCameraDetectionsHistoryByBoundaryByIntervalItemResults()

Properties

EndTime

The period end time

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endTime")]
public string EndTime { get; set; }

Property Value

string

In

The number of detections entered

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "in")]
public int In { get; set; }

Property Value

int

ObjectType

The detection type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "objectType")]
public string ObjectType { get; set; }

Property Value

string

Out

The number of detections exited

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "out")]
public int Out { get; set; }

Property Value

int

StartTime

The period start time

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTime")]
public string StartTime { get; set; }

Property Value

string