Table of Contents

Class DevicesWirelessRadioAfcPowerLimitsResponse

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

DevicesWirelessRadioAfcPowerLimitsResponse

[DataContract]
public class DevicesWirelessRadioAfcPowerLimitsResponse
Inheritance
DevicesWirelessRadioAfcPowerLimitsResponse
Inherited Members

Constructors

DevicesWirelessRadioAfcPowerLimitsResponse()

public DevicesWirelessRadioAfcPowerLimitsResponse()

Properties

ByChannel

Power limits of each 6 GHz channel

[DataMember(Name = "byChannel")]
public List<DevicesWirelessRadioAfcPowerLimitsBychannel>? ByChannel { get; set; }

Property Value

List<DevicesWirelessRadioAfcPowerLimitsBychannel>

ExpiresAt

Expiration date of power limits table.

[DataMember(Name = "expiresAt")]
public DateTime? ExpiresAt { get; set; }

Property Value

DateTime?

LastSuccessAt

Time of last AFC successful fetch

[DataMember(Name = "lastSuccessAt")]
public DateTime? LastSuccessAt { get; set; }

Property Value

DateTime?

LastUpdatedAt

Time of last AFC fetch

[DataMember(Name = "lastUpdatedAt")]
public DateTime? LastUpdatedAt { get; set; }

Property Value

DateTime?

Location

Location attributes of device's AFC information

[DataMember(Name = "location")]
public DevicesWirelessRadioAfcLocation? Location { get; set; }

Property Value

DevicesWirelessRadioAfcLocation

Name

Name of device

[DataMember(Name = "name")]
public string? Name { get; set; }

Property Value

string

Network

Network of device

[DataMember(Name = "network")]
public DevicesWirelessRadioAfcPositionNetwork? Network { get; set; }

Property Value

DevicesWirelessRadioAfcPositionNetwork

Serial

Serial of device

[DataMember(Name = "serial")]
public string? Serial { get; set; }

Property Value

string

Status

Status of AFC response

[DataMember(Name = "status")]
public string? Status { get; set; }

Property Value

string