View Source GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceAirInterface (google_api_sas_portal v0.17.0)

Information about the device's air interface.

Attributes

  • radioTechnology (type: String.t, default: nil) - Conditional. This field specifies the radio access technology that is used for the CBSD.
  • supportedSpec (type: String.t, default: nil) - Optional. This field is related to the radioTechnology and provides the air interface specification that the CBSD is compliant with at the time of registration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceAirInterface{
  radioTechnology: String.t() | nil,
  supportedSpec: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.