Show / Hide Table of Contents

Class MinimizedContact

Minimized contact measures implemented by the hotel during COVID-19.

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

Properties

ContactlessCheckinCheckout

No-contact check-in and check-out.

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

ContactlessCheckinCheckoutException

Contactless check-in check-out exception.

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

DigitalGuestRoomKeys

Keyless mobile entry to guest rooms.

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

DigitalGuestRoomKeysException

Digital guest room keys exception.

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

HousekeepingScheduledRequestOnly

Housekeeping scheduled by request only.

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

HousekeepingScheduledRequestOnlyException

Housekeeping scheduled request only exception.

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

NoHighTouchItemsCommonAreas

High-touch items, such as magazines, removed from common areas.

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

NoHighTouchItemsCommonAreasException

No high touch items common areas exception.

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

NoHighTouchItemsGuestRooms

High-touch items, such as decorative pillows, removed from guest rooms.

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

NoHighTouchItemsGuestRoomsException

No high touch items guest rooms exception.

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

PlasticKeycardsDisinfected

Plastic key cards are disinfected or discarded.

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

PlasticKeycardsDisinfectedException

Plastic keycards disinfected exception.

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

RoomBookingsBuffer

Buffer maintained between room bookings.

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

RoomBookingsBufferException

Room bookings buffer exception.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX