Class Connectivity
The ways in which the property provides guests with the ability to access the internet.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class Connectivity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FreeWifi
Free wifi. The hotel offers guests wifi for free.
Declaration
[JsonProperty("freeWifi")]
public virtual bool? FreeWifi { get; set; }
Property Value
Type | Description |
---|---|
bool? |
FreeWifiException
Free wifi exception.
Declaration
[JsonProperty("freeWifiException")]
public virtual string FreeWifiException { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicAreaWifiAvailable
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.
Declaration
[JsonProperty("publicAreaWifiAvailable")]
public virtual bool? PublicAreaWifiAvailable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PublicAreaWifiAvailableException
Public area wifi available exception.
Declaration
[JsonProperty("publicAreaWifiAvailableException")]
public virtual string PublicAreaWifiAvailableException { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicInternetTerminal
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.
Declaration
[JsonProperty("publicInternetTerminal")]
public virtual bool? PublicInternetTerminal { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PublicInternetTerminalException
Public internet terminal exception.
Declaration
[JsonProperty("publicInternetTerminalException")]
public virtual string PublicInternetTerminalException { get; set; }
Property Value
Type | Description |
---|---|
string |
WifiAvailable
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.
Declaration
[JsonProperty("wifiAvailable")]
public virtual bool? WifiAvailable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
WifiAvailableException
Wifi available exception.
Declaration
[JsonProperty("wifiAvailableException")]
public virtual string WifiAvailableException { get; set; }
Property Value
Type | Description |
---|---|
string |