GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceConfig (google_api_sas_portal v0.4.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceConfig{ airInterface: GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceAirInterface.t(), callSign: String.t(), category: String.t(), installationParams: GoogleApi.SASPortal.V1alpha1.Model.SasPortalInstallationParams.t(), isSigned: boolean(), measurementCapabilities: [String.t()], model: GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceModel.t(), state: String.t(), updateTime: DateTime.t(), userId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.