Table of Contents

Class OrganizationWirelessControllerClientsOverviewHistoryByDeviceByIntervalItemReading

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

Reading

[DataContract]
public class OrganizationWirelessControllerClientsOverviewHistoryByDeviceByIntervalItemReading
Inheritance
OrganizationWirelessControllerClientsOverviewHistoryByDeviceByIntervalItemReading
Inherited Members

Constructors

OrganizationWirelessControllerClientsOverviewHistoryByDeviceByIntervalItemReading()

public OrganizationWirelessControllerClientsOverviewHistoryByDeviceByIntervalItemReading()

Properties

Counts

Client counts

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationWirelessControllerClientsOverviewHistoryByDeviceByIntervalItemReadingCounts Counts { get; set; }

Property Value

OrganizationWirelessControllerClientsOverviewHistoryByDeviceByIntervalItemReadingCounts

EndTs

The end time of the query range

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

Property Value

string

StartTs

The start time of the query range

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

Property Value

string