Show / Hide Table of Contents

Class Property

General factual information about the property's physical structure and important dates.

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

Properties

BuiltYear

Built year. The year that construction of the property was completed.

Declaration
[JsonProperty("builtYear")]
public virtual int? BuiltYear { get; set; }
Property Value
Type Description
int?

BuiltYearException

Built year exception.

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

FloorsCount

Floors count. The number of stories the building has from the ground floor to the top floor that are accessible to guests.

Declaration
[JsonProperty("floorsCount")]
public virtual int? FloorsCount { get; set; }
Property Value
Type Description
int?

FloorsCountException

Floors count exception.

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

LastRenovatedYear

Last renovated year. The year when the most recent renovation of the property was completed. Renovation may include all or any combination of the following: the units, the public spaces, the exterior, or the interior.

Declaration
[JsonProperty("lastRenovatedYear")]
public virtual int? LastRenovatedYear { get; set; }
Property Value
Type Description
int?

LastRenovatedYearException

Last renovated year exception.

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

RoomsCount

Rooms count. The total number of rooms and suites bookable by guests for an overnight stay. Does not include event space, public spaces, conference rooms, fitness rooms, business centers, spa, salon, restaurants/bars, or shops.

Declaration
[JsonProperty("roomsCount")]
public virtual int? RoomsCount { get; set; }
Property Value
Type Description
int?

RoomsCountException

Rooms count exception.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX