Class NetworksLocationScanningHttpServerEndpoint
List of location Scanning Endpoints
[DataContract]
public class NetworksLocationScanningHttpServerEndpoint
- Inheritance
-
NetworksLocationScanningHttpServerEndpoint
- Inherited Members
Constructors
NetworksLocationScanningHttpServerEndpoint()
public NetworksLocationScanningHttpServerEndpoint()
Properties
ErrorAt
Timestamp, in ISO8601, when the operation was completed successfully
[DataMember(Name = "errorAt")]
[ApiAccess(ApiAccess.Read)]
public string? ErrorAt { get; set; }
Property Value
HttpServer
Endpoint http server information
[DataMember(Name = "httpServer")]
[ApiAccess(ApiAccess.ReadWrite)]
public NetworksLocationScanningHttpServer? HttpServer { get; set; }
Property Value
PostErrors
Errors if any in JSON Format
[DataMember(Name = "postErrors")]
[ApiAccess(ApiAccess.Read)]
public string? PostErrors { get; set; }
Property Value
RadioType
Radio type to use for scanning: 'WiFi' or 'BLE'
[DataMember(Name = "radioType")]
[ApiAccess(ApiAccess.Read)]
public NetworksLocationScanningHttpServerRadioType? RadioType { get; set; }
Property Value
ScanningApiVersion
Version of the scanning API
[DataMember(Name = "scanningApiVersion")]
[ApiAccess(ApiAccess.Read)]
public int? ScanningApiVersion { get; set; }
Property Value
- int?
SuccessAt
Timestamp, in ISO8601, when the operation was completed successfully
[DataMember(Name = "successAt")]
[ApiAccess(ApiAccess.Read)]
public string? SuccessAt { get; set; }