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

WifiSsid

import type { WifiSsid } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

Represents a Wi-Fi SSID.

interface WifiSsid {
wifiSsid?: string;
}

§Properties

§
wifiSsid?: string
[src]

Required. Wi-Fi SSID represented as a string.