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

Device data overridable by both SAS Portal and registration requests.

Attributes

  • antennaModel (type: String.t, default: nil) - If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:PatternId
  • commonChannelGroup (type: String.t, default: nil) - Common Channel Group (CCG). A group of CBSDs in the same ICG requesting a common primary channel assignment. For more details, see CBRSA-TS-2001 V3.0.0.
  • interferenceCoordinationGroup (type: String.t, default: nil) - Interference Coordination Group (ICG). A group of CBSDs that manage their own interference with the group. For more details, see CBRSA-TS-2001 V3.0.0.
  • nrqzValidated (type: boolean(), default: nil) - Output only. Set to true if a CPI has validated that they have coordinated with the National Quiet Zone office.
  • nrqzValidation (type: GoogleApi.SASPortal.V1alpha1.Model.SasPortalNrqzValidation.t, default: nil) - Output only. National Radio Quiet Zone validation info.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceMetadata{
  antennaModel: String.t() | nil,
  commonChannelGroup: String.t() | nil,
  interferenceCoordinationGroup: String.t() | nil,
  nrqzValidated: boolean() | nil,
  nrqzValidation:
    GoogleApi.SASPortal.V1alpha1.Model.SasPortalNrqzValidation.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.