Table of Contents

Class OrganizationCameraDetectionsHistoryByBoundaryByIntervalItem

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

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

string

Results

The analytics data

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "results")]
public OrganizationCameraDetectionsHistoryByBoundaryByIntervalItemResults Results { get; set; }

Property Value

OrganizationCameraDetectionsHistoryByBoundaryByIntervalItemResults

Type

The boundary type

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

Property Value

string