Show / Hide Table of Contents

Class Business

Features of the property of specific interest to the business traveler.

Inheritance
object
Business
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX