Table of Contents

Class OrganizationWirelessDevicesChannelUtilizationByBandItemTotal

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

An object containing total channel utilization.

[DataContract]
public class OrganizationWirelessDevicesChannelUtilizationByBandItemTotal
Inheritance
OrganizationWirelessDevicesChannelUtilizationByBandItemTotal
Inherited Members

Constructors

OrganizationWirelessDevicesChannelUtilizationByBandItemTotal()

public OrganizationWirelessDevicesChannelUtilizationByBandItemTotal()

Properties

Percentage

Percentage of total channel utiliation for the given band.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "percentage")]
public int Percentage { get; set; }

Property Value

int