Table of Contents

Class OrganizationCameraDetectionsHistoryRange

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

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

DateTime

Interval

The range interval in seconds

[DataMember(Name = "interval")]
public int Interval { get; set; }

Property Value

int

StartTime

The range start time

[DataMember(Name = "startTime")]
public DateTime StartTime { get; set; }

Property Value

DateTime