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

SasPortalNrqzValidation

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

Information about National Radio Quiet Zone validation.

interface SasPortalNrqzValidation {
caseId?: string;
cpiId?: string;
latitude?: number;
longitude?: number;
state?: "STATE_UNSPECIFIED" | "DRAFT" | "FINAL";
}

§Properties

§
caseId?: string
[src]

Validation case ID.

§
cpiId?: string
[src]

CPI who signed the validation.

§
latitude?: number
[src]

Device latitude that's associated with the validation.

§
longitude?: number
[src]

Device longitude that's associated with the validation.

§
state?: "STATE_UNSPECIFIED" | "DRAFT" | "FINAL"
[src]

State of the NRQZ validation info.