Show / Hide Table of Contents

Class Housekeeping

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

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

Properties

DailyHousekeeping

Daily housekeeping. Guest units are cleaned by hotel staff daily during guest's stay.

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

DailyHousekeepingException

Daily housekeeping exception.

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

HousekeepingAvailable

Housekeeping available. Guest units are cleaned by hotel staff during guest's stay. Schedule may vary from daily, weekly, or specific days of the week.

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

HousekeepingAvailableException

Housekeeping available exception.

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

TurndownService

Turndown service. Hotel staff enters guest units to prepare the bed for sleep use. May or may not include some light housekeeping. May or may not include an evening snack or candy. Also known as evening service.

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

TurndownServiceException

Turndown service exception.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX