Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SasPortalDeviceMetadata

import type { SasPortalDeviceMetadata } from "https://googleapis.deno.dev/v1/prod_tt_sasportal:v1alpha1.ts";

Device data overridable by both SAS Portal and registration requests.

interface SasPortalDeviceMetadata {
antennaModel?: string;
commonChannelGroup?: string;
interferenceCoordinationGroup?: string;
readonly nrqzValidated?: boolean;
readonly nrqzValidation?: SasPortalNrqzValidation;
}

§Properties

§
antennaModel?: string
[src]

If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:PatternId

§
commonChannelGroup?: string
[src]

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?: string
[src]

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.

§
readonly nrqzValidated?: boolean
[src]

Output only. Set to true if a CPI has validated that they have coordinated with the National Quiet Zone office.

§
readonly nrqzValidation?: SasPortalNrqzValidation
[src]

Output only. National Radio Quiet Zone validation info.