Show / Hide Table of Contents

Class PersonalProtection

Personal protection measures implemented by the hotel during COVID-19.

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

Properties

CommonAreasOfferSanitizingItems

Hand-sanitizer and/or sanitizing wipes are offered in common areas.

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

CommonAreasOfferSanitizingItemsException

Common areas offer sanitizing items exception.

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

FaceMaskRequired

Masks required on the property.

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

FaceMaskRequiredException

Face mask required exception.

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

GuestRoomHygieneKitsAvailable

In-room hygiene kits with masks, hand sanitizer, and/or antibacterial wipes.

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

GuestRoomHygieneKitsAvailableException

Guest room hygiene kits available exception.

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

ProtectiveEquipmentAvailable

Masks and/or gloves available for guests.

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

ProtectiveEquipmentAvailableException

Protective equipment available exception.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX