Table of Contents

Class NetworksLocationScanning

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

Response for the GetNetworkLocationScanningAsync method

[DataContract]
public class NetworksLocationScanning
Inheritance
NetworksLocationScanning
Inherited Members

Constructors

NetworksLocationScanning()

public NetworksLocationScanning()

Properties

AnalyticsEnabled

Whether to enable collection of location and scanning analytics

[DataMember(Name = "analyticsEnabled")]
[ApiAccess(ApiAccess.ReadWrite)]
public bool? AnalyticsEnabled { get; set; }

Property Value

bool?

ScanningApiEnabled

Whether to enable push API for scanning events. Analytiscs must be enabled to enable scanning API

[DataMember(Name = "scanningApiEnabled")]
[ApiAccess(ApiAccess.ReadWrite)]
public bool? ScanningApiEnabled { get; set; }

Property Value

bool?

Validator

Validator for the push API

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

Property Value

string