GoogleApi.MyBusinessLodging.V1.Model.Connectivity (google_api_my_business_lodging v0.2.0) View Source
The ways in which the property provides guests with the ability to access the internet.
Attributes
-
freeWifi(type:boolean(), default:nil) - Free wifi. The hotel offers guests wifi for free. -
freeWifiException(type:String.t, default:nil) - Free wifi exception. -
publicAreaWifiAvailable(type:boolean(), default:nil) - 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(type:String.t, default:nil) - Public area wifi available exception. -
publicInternetTerminal(type:boolean(), default:nil) - 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(type:String.t, default:nil) - Public internet terminal exception. -
wifiAvailable(type:boolean(), default:nil) - 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(type:String.t, default:nil) - Wifi available exception.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MyBusinessLodging.V1.Model.Connectivity{
freeWifi: boolean() | nil,
freeWifiException: String.t() | nil,
publicAreaWifiAvailable: boolean() | nil,
publicAreaWifiAvailableException: String.t() | nil,
publicInternetTerminal: boolean() | nil,
publicInternetTerminalException: String.t() | nil,
wifiAvailable: boolean() | nil,
wifiAvailableException: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.