Table of Contents

Class LocationScanning

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

Location Scanning

[DataContract]
public class LocationScanning
Inheritance
LocationScanning
Inherited Members

Constructors

LocationScanning()

public LocationScanning()

Properties

Api

Whether to enable collection of location and scanning analytics

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

Property Value

LocationScanningApiDetailed

Enabled

Whether to enable collection of location and scanning analytics

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

Property Value

bool