Table of Contents

Class OrganizationWirelessDevicesChannelUtilizationByNetworkItem

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

Organization Wireless Devices Channel Utilization By Network Item

[DataContract]
public class OrganizationWirelessDevicesChannelUtilizationByNetworkItem
Inheritance
OrganizationWirelessDevicesChannelUtilizationByNetworkItem
Inherited Members

Constructors

OrganizationWirelessDevicesChannelUtilizationByNetworkItem()

public OrganizationWirelessDevicesChannelUtilizationByNetworkItem()

Properties

ByBand

Channel utilization broken down by band.

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

Property Value

List<OrganizationWirelessDevicesChannelUtilizationByBandItem>

Network

Network for the given utilization metrics.

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

Property Value

OrganizationWirelessDevicesChannelUtilizationNetwork