Class Business
Features of the property of specific interest to the business traveler.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class Business : IDirectResponseSchema
Properties
BusinessCenter
Business center. A designated room at the hotel with one or more desks and equipped with guest-use computers, printers, fax machines and/or photocopiers. May or may not be open 24/7. May or may not require a key to access. Not a meeting room or conference room.
Declaration
[JsonProperty("businessCenter")]
public virtual bool? BusinessCenter { get; set; }
Property Value
Type | Description |
---|---|
bool? |
BusinessCenterException
Business center exception.
Declaration
[JsonProperty("businessCenterException")]
public virtual string BusinessCenterException { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MeetingRooms
Meeting rooms. Rooms at the hotel designated for business-related gatherings. Rooms are usually equipped with tables or desks, office chairs and audio/visual facilities to allow for presentations and conference calls. Also known as conference rooms.
Declaration
[JsonProperty("meetingRooms")]
public virtual bool? MeetingRooms { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MeetingRoomsCount
Meeting rooms count. The number of meeting rooms at the property.
Declaration
[JsonProperty("meetingRoomsCount")]
public virtual int? MeetingRoomsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
MeetingRoomsCountException
Meeting rooms count exception.
Declaration
[JsonProperty("meetingRoomsCountException")]
public virtual string MeetingRoomsCountException { get; set; }
Property Value
Type | Description |
---|---|
string |
MeetingRoomsException
Meeting rooms exception.
Declaration
[JsonProperty("meetingRoomsException")]
public virtual string MeetingRoomsException { get; set; }
Property Value
Type | Description |
---|---|
string |