google_api_spectrum v0.1.0 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.t): 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Spectrum.V1explorer.Model.DeviceValidity{
  deviceDesc: GoogleApi.Spectrum.V1explorer.Model.DeviceDescriptor.t(),
  isValid: any(),
  reason: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.