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

Connectivity

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

The ways in which the property provides guests with the ability to access the internet.

interface Connectivity {
freeWifi?: boolean;
freeWifiException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
publicAreaWifiAvailable?: boolean;
publicAreaWifiAvailableException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
publicInternetTerminal?: boolean;
publicInternetTerminalException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
wifiAvailable?: boolean;
wifiAvailableException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
}

§Properties

§
freeWifi?: boolean
[src]

Free wifi. The hotel offers guests wifi for free.

§
freeWifiException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Free wifi exception.

§
publicAreaWifiAvailable?: boolean
[src]

Public area wifi available. Guests have the ability to wirelessly connect to the internet in the areas of the hotel accessible to anyone. Can be free or for a fee.

§
publicAreaWifiAvailableException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Public area wifi available exception.

§
publicInternetTerminal?: boolean
[src]

Public internet terminal. An area of the hotel supplied with computers and designated for the purpose of providing guests with the ability to access the internet.

§
publicInternetTerminalException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Public internet terminal exception.

§
wifiAvailable?: boolean
[src]

Wifi available. The hotel provides the ability for guests to wirelessly connect to the internet. Can be in the public areas of the hotel and/or in the guest rooms. Can be free or for a fee.

§
wifiAvailableException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Wifi available exception.