Show / Hide Table of Contents

Class PhysicalDistancing

Physical distancing measures implemented by the hotel during COVID-19.

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

Properties

CommonAreasPhysicalDistancingArranged

Common areas arranged to maintain physical distancing.

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

CommonAreasPhysicalDistancingArrangedException

Common areas physical distancing arranged exception.

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

PhysicalDistancingRequired

Physical distancing required.

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

PhysicalDistancingRequiredException

Physical distancing required exception.

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

SafetyDividers

Safety dividers at front desk and other locations.

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

SafetyDividersException

Safety dividers exception.

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

SharedAreasLimitedOccupancy

Guest occupancy limited within shared facilities.

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

SharedAreasLimitedOccupancyException

Shared areas limited occupancy exception.

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

WellnessAreasHavePrivateSpaces

Private spaces designated in spa and wellness areas.

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

WellnessAreasHavePrivateSpacesException

Wellness areas have private spaces exception.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX