Table of Contents

Class WirelessLocationScanningByNetworkItem

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

Scanning setting Item

[DataContract]
public class WirelessLocationScanningByNetworkItem
Inheritance
WirelessLocationScanningByNetworkItem
Inherited Members

Constructors

WirelessLocationScanningByNetworkItem()

public WirelessLocationScanningByNetworkItem()

Properties

Api

Whether to enable collection of location and scanning analytics

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "api")]
public WirelessLocationScanningByNetworkApi Api { get; set; }

Property Value

WirelessLocationScanningByNetworkApi

Enabled

Whether to enable collection of location and scanning analytics

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }

Property Value

bool

Name

Network Name

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

Property Value

string

NetworkId

Network ID

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }

Property Value

string