WirelessPointValidated
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | Internal identifier of a wireless point |
bssid | str | ❌ | Unique 48-bit identifier of the wireless access point that follows MAC address conventions |
status | WirelessPointValidatedStatus | ❌ | Validation result status |
errors | List[ValidationError] | ❌ |
WirelessPointValidatedStatus
Validation result status
Properties
Name | Type | Required | Description |
---|---|---|---|
VALID | str | ✅ | "Valid" |
INVALID | str | ✅ | "Invalid" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs