Table of Contents

Class OrganizationWirelessDevicesChannelUtilizationByBandItemWifi

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

An object containing wifi utilization.

[DataContract]
public class OrganizationWirelessDevicesChannelUtilizationByBandItemWifi
Inheritance
OrganizationWirelessDevicesChannelUtilizationByBandItemWifi
Inherited Members

Constructors

OrganizationWirelessDevicesChannelUtilizationByBandItemWifi()

public OrganizationWirelessDevicesChannelUtilizationByBandItemWifi()

Properties

Percentage

Percentage of wifi channel utiliation for the given band.

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

Property Value

int