Table of Contents

Class WirelessRfProfile

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

CreateNetworkWirelessRfProfile

[DataContract]
public class WirelessRfProfile : WirelessRfProfileCreateUpdateRequest
Inheritance
WirelessRfProfile
Inherited Members

Constructors

WirelessRfProfile()

public WirelessRfProfile()

Properties

AfcEnabled

afcEnabled - appears to be informational only as API doesn't mention this on a create/update model

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "afcEnabled")]
public bool? AfcEnabled { get; set; }

Property Value

bool?

Antennas

Undocumented

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "antennas")]
public object? Antennas { get; set; }

Property Value

object

Id

The Id

[ApiKey]
[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

NetworkId

Network id

[ApiForeignKey(typeof(Network))]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }

Property Value

string