Class WirelessLocationScanningByNetworkApi
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
Validator
Validator for push API
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "validator")]
public WirelessLocationScanningByNetworkApiValidator Validator { get; set; }