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

Information about the device configuration.

Attributes

  • airInterface (type: GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceAirInterface.t, default: nil) - Information about this device's air interface.
  • callSign (type: String.t, default: nil) - The call sign of the device operator.
  • category (type: String.t, default: nil) - FCC category of the device.
  • installationParams (type: GoogleApi.SASPortal.V1alpha1.Model.SasPortalInstallationParams.t, default: nil) - Installation parameters for the device.
  • isSigned (type: boolean(), default: nil) - Output only. Whether the configuration has been signed by a CPI.
  • measurementCapabilities (type: list(String.t), default: nil) - Measurement reporting capabilities of the device.
  • model (type: GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceModel.t, default: nil) - Information about this device model.
  • state (type: String.t, default: nil) - State of the configuration.
  • updateTime (type: DateTime.t, default: nil) - Output only. The last time the device configuration was edited.
  • userId (type: String.t, default: nil) - The identifier of a device user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceConfig{
  airInterface:
    GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceAirInterface.t() | nil,
  callSign: String.t() | nil,
  category: String.t() | nil,
  installationParams:
    GoogleApi.SASPortal.V1alpha1.Model.SasPortalInstallationParams.t() | nil,
  isSigned: boolean() | nil,
  measurementCapabilities: [String.t()] | nil,
  model: GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceModel.t() | nil,
  state: String.t() | nil,
  updateTime: DateTime.t() | nil,
  userId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.