GoogleApi.SASPortal.V1alpha1.Model.SasPortalDevice (google_api_sas_portal v0.4.0) View Source
Attributes
-
activeConfig
(type:GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceConfig.t
, default:nil
) - Output only. Current configuration of the device as registered to the SAS. -
deviceMetadata
(type:GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceMetadata.t
, default:nil
) - Device parameters that can be overridden by both SAS Portal and SAS registration requests. -
displayName
(type:String.t
, default:nil
) - Device display name. -
fccId
(type:String.t
, default:nil
) - The FCC identifier of the device. -
grants
(type:list(GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceGrant.t)
, default:nil
) - Output only. Grants held by the device. -
name
(type:String.t
, default:nil
) - Output only. The resource path name. -
preloadedConfig
(type:GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceConfig.t
, default:nil
) - Configuration of the device, as specified via SAS Portal API. -
serialNumber
(type:String.t
, default:nil
) - A serial number assigned to the device by the device manufacturer. -
state
(type:String.t
, default:nil
) - Output only. Device state.
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.SasPortalDevice{ activeConfig: GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceConfig.t(), deviceMetadata: GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceMetadata.t(), displayName: String.t(), fccId: String.t(), grants: [GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceGrant.t()], name: String.t(), preloadedConfig: GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceConfig.t(), serialNumber: String.t(), state: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.