Table of Contents

Class WirelessLocationScanningByNetworkApi

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

Whether to enable collection of location and scanning analytics

[DataContract]
public class WirelessLocationScanningByNetworkApi
Inheritance
WirelessLocationScanningByNetworkApi
Inherited Members

Constructors

WirelessLocationScanningByNetworkApi()

public WirelessLocationScanningByNetworkApi()

Properties

Enabled

Whether to enable collection of location and scanning analytics.

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

Property Value

bool

Validator

Validator for push API

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "validator")]
public WirelessLocationScanningByNetworkApiValidator Validator { get; set; }

Property Value

WirelessLocationScanningByNetworkApiValidator