google_api_spectrum v0.0.1 GoogleApi.Spectrum.V1explorer.Model.DeviceValidity View Source
The device validity element describes whether a particular device is valid to operate in the regulatory domain.
Attributes
- deviceDesc (DeviceDescriptor): The descriptor of the device for which the validity check was requested. It will always be present. Defaults to:
null
. - isValid (Boolean): The validity status: true if the device is valid for operation, false otherwise. It will always be present. Defaults to:
null
. - reason (String): If the device identifier is not valid, the database may include a reason. The reason may be in any language. The length of the value should not exceed 128 characters. Defaults to:
null
.