Table of Contents

Class OrganizationWirelessDevicesChannelUtilizationHistoryByNetworkByIntervalItem

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

Organization Wireless Devices Channel Utilization History By Network By Interval Item

[DataContract]
public class OrganizationWirelessDevicesChannelUtilizationHistoryByNetworkByIntervalItem
Inheritance
OrganizationWirelessDevicesChannelUtilizationHistoryByNetworkByIntervalItem
Inherited Members

Constructors

OrganizationWirelessDevicesChannelUtilizationHistoryByNetworkByIntervalItem()

public OrganizationWirelessDevicesChannelUtilizationHistoryByNetworkByIntervalItem()

Properties

ByBand

Channel utilization broken down by band.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byBand")]
public List<OrganizationWirelessDevicesChannelUtilizationByBandItem> ByBand { get; set; }

Property Value

List<OrganizationWirelessDevicesChannelUtilizationByBandItem>

EndTs

The end time of the channel utilization interval.

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

Property Value

string

Network

Network for the given utilization metrics.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationWirelessDevicesChannelUtilizationNetwork Network { get; set; }

Property Value

OrganizationWirelessDevicesChannelUtilizationNetwork

StartTs

The start time of the channel utilization interval.

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

Property Value

string