Show / Hide Table of Contents

Class Lodging

Lodging of a location that provides accomodations.

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

Properties

Accessibility

Physical adaptations made to the property in consideration of varying levels of human physical ability.

Declaration
[JsonProperty("accessibility")]
public virtual Accessibility Accessibility { get; set; }
Property Value
Type Description
Accessibility

Activities

Amenities and features related to leisure and play.

Declaration
[JsonProperty("activities")]
public virtual Activities Activities { get; set; }
Property Value
Type Description
Activities

AllUnits

Output only. All units on the property have at least these attributes.

Declaration
[JsonProperty("allUnits")]
public virtual GuestUnitFeatures AllUnits { get; set; }
Property Value
Type Description
GuestUnitFeatures

Business

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

Declaration
[JsonProperty("business")]
public virtual Business Business { get; set; }
Property Value
Type Description
Business

CommonLivingArea

Features of the shared living areas available in this Lodging.

Declaration
[JsonProperty("commonLivingArea")]
public virtual LivingArea CommonLivingArea { get; set; }
Property Value
Type Description
LivingArea

Connectivity

The ways in which the property provides guests with the ability to access the internet.

Declaration
[JsonProperty("connectivity")]
public virtual Connectivity Connectivity { get; set; }
Property Value
Type Description
Connectivity

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Families

Services and amenities for families and young guests.

Declaration
[JsonProperty("families")]
public virtual Families Families { get; set; }
Property Value
Type Description
Families

FoodAndDrink

Meals, snacks, and beverages available at the property.

Declaration
[JsonProperty("foodAndDrink")]
public virtual FoodAndDrink FoodAndDrink { get; set; }
Property Value
Type Description
FoodAndDrink

GuestUnits

Individual GuestUnitTypes that are available in this Lodging.

Declaration
[JsonProperty("guestUnits")]
public virtual IList<GuestUnitType> GuestUnits { get; set; }
Property Value
Type Description
IList<GuestUnitType>

HealthAndSafety

Health and safety measures implemented by the hotel during COVID-19.

Declaration
[JsonProperty("healthAndSafety")]
public virtual HealthAndSafety HealthAndSafety { get; set; }
Property Value
Type Description
HealthAndSafety

Housekeeping

Conveniences provided in guest units to facilitate an easier, more comfortable stay.

Declaration
[JsonProperty("housekeeping")]
public virtual Housekeeping Housekeeping { get; set; }
Property Value
Type Description
Housekeeping

Metadata

Required. Metadata for the lodging.

Declaration
[JsonProperty("metadata")]
public virtual LodgingMetadata Metadata { get; set; }
Property Value
Type Description
LodgingMetadata

Name

Required. Google identifier for this location in the form: locations/{location_id}/lodging

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

Parking

Parking options at the property.

Declaration
[JsonProperty("parking")]
public virtual Parking Parking { get; set; }
Property Value
Type Description
Parking

Pets

Policies regarding guest-owned animals.

Declaration
[JsonProperty("pets")]
public virtual Pets Pets { get; set; }
Property Value
Type Description
Pets

Policies

Property rules that impact guests.

Declaration
[JsonProperty("policies")]
public virtual Policies Policies { get; set; }
Property Value
Type Description
Policies

Pools

Swimming pool or recreational water facilities available at the hotel.

Declaration
[JsonProperty("pools")]
public virtual Pools Pools { get; set; }
Property Value
Type Description
Pools

Property

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

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

Services

Conveniences or help provided by the property to facilitate an easier, more comfortable stay.

Declaration
[JsonProperty("services")]
public virtual Services Services { get; set; }
Property Value
Type Description
Services

SomeUnits

Output only. Some units on the property have as much as these attributes.

Declaration
[JsonProperty("someUnits")]
public virtual GuestUnitFeatures SomeUnits { get; set; }
Property Value
Type Description
GuestUnitFeatures

Sustainability

Sustainability practices implemented at the hotel.

Declaration
[JsonProperty("sustainability")]
public virtual Sustainability Sustainability { get; set; }
Property Value
Type Description
Sustainability

Transportation

Vehicles or vehicular services facilitated or owned by the property.

Declaration
[JsonProperty("transportation")]
public virtual Transportation Transportation { get; set; }
Property Value
Type Description
Transportation

Wellness

Guest facilities at the property to promote or maintain health, beauty, and fitness.

Declaration
[JsonProperty("wellness")]
public virtual Wellness Wellness { get; set; }
Property Value
Type Description
Wellness

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX