Show / Hide Table of Contents

Class LivingAreaLayout

Information about the layout of the living area.

Inheritance
object
LivingAreaLayout
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 LivingAreaLayout : IDirectResponseSchema

Properties

Balcony

Balcony. An outdoor platform attached to a building and surrounded by a short wall, fence or other safety railing. The balcony is accessed through a door in a guestroom or suite and is for use by the guest staying in that room. May or may not include seating or outdoor furniture. Is not located on the ground floor. Also lanai.

Declaration
[JsonProperty("balcony")]
public virtual bool? Balcony { get; set; }
Property Value
Type Description
bool?

BalconyException

Balcony exception.

Declaration
[JsonProperty("balconyException")]
public virtual string BalconyException { 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

LivingAreaSqMeters

Living area sq meters. The measurement in meters of the area of a guestroom's living space.

Declaration
[JsonProperty("livingAreaSqMeters")]
public virtual float? LivingAreaSqMeters { get; set; }
Property Value
Type Description
float?

LivingAreaSqMetersException

Living area sq meters exception.

Declaration
[JsonProperty("livingAreaSqMetersException")]
public virtual string LivingAreaSqMetersException { get; set; }
Property Value
Type Description
string

Loft

Loft. A three-walled upper area accessed by stairs or a ladder that overlooks the lower area of a room.

Declaration
[JsonProperty("loft")]
public virtual bool? Loft { get; set; }
Property Value
Type Description
bool?

LoftException

Loft exception.

Declaration
[JsonProperty("loftException")]
public virtual string LoftException { get; set; }
Property Value
Type Description
string

NonSmoking

Non smoking. A guestroom in which the smoking of cigarettes, cigars and pipes is prohibited.

Declaration
[JsonProperty("nonSmoking")]
public virtual bool? NonSmoking { get; set; }
Property Value
Type Description
bool?

NonSmokingException

Non smoking exception.

Declaration
[JsonProperty("nonSmokingException")]
public virtual string NonSmokingException { get; set; }
Property Value
Type Description
string

Patio

Patio. A paved, outdoor area with seating attached to and accessed through a ground-floor guestroom for use by the occupants of the guestroom.

Declaration
[JsonProperty("patio")]
public virtual bool? Patio { get; set; }
Property Value
Type Description
bool?

PatioException

Patio exception.

Declaration
[JsonProperty("patioException")]
public virtual string PatioException { get; set; }
Property Value
Type Description
string

Stairs

Stairs. There are steps leading from one level or story to another in the unit.

Declaration
[JsonProperty("stairs")]
public virtual bool? Stairs { get; set; }
Property Value
Type Description
bool?

StairsException

Stairs exception.

Declaration
[JsonProperty("stairsException")]
public virtual string StairsException { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX