Show / Hide Table of Contents

Class ViewsFromUnit

Views available from the guest unit itself.

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

Properties

BeachView

Beach view. A guestroom that features a window through which guests can see the beach.

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

BeachViewException

Beach view exception.

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

CityView

City view. A guestroom that features a window through which guests can see the buildings, parks and/or streets of the city.

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

CityViewException

City view exception.

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

GardenView

Garden view. A guestroom that features a window through which guests can see a garden.

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

GardenViewException

Garden view exception.

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

LakeView

Lake view.

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

LakeViewException

Lake view exception.

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

LandmarkView

Landmark view. A guestroom that features a window through which guests can see a landmark such as the countryside, a golf course, the forest, a park, a rain forst, a mountain or a slope.

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

LandmarkViewException

Landmark view exception.

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

OceanView

Ocean view. A guestroom that features a window through which guests can see the ocean.

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

OceanViewException

Ocean view exception.

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

PoolView

Pool view. A guestroom that features a window through which guests can see the hotel's swimming pool.

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

PoolViewException

Pool view exception.

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

ValleyView

Valley view. A guestroom that features a window through which guests can see over a valley.

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

ValleyViewException

Valley view exception.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX