GoogleApi.MyBusinessLodging.V1.Model.PhysicalDistancing (google_api_my_business_lodging v0.2.0) View Source
Physical distancing measures implemented by the hotel during COVID-19.
Attributes
-
commonAreasPhysicalDistancingArranged(type:boolean(), default:nil) - Common areas arranged to maintain physical distancing. -
commonAreasPhysicalDistancingArrangedException(type:String.t, default:nil) - Common areas physical distancing arranged exception. -
physicalDistancingRequired(type:boolean(), default:nil) - Physical distancing required. -
physicalDistancingRequiredException(type:String.t, default:nil) - Physical distancing required exception. -
safetyDividers(type:boolean(), default:nil) - Safety dividers at front desk and other locations. -
safetyDividersException(type:String.t, default:nil) - Safety dividers exception. -
sharedAreasLimitedOccupancy(type:boolean(), default:nil) - Guest occupancy limited within shared facilities. -
sharedAreasLimitedOccupancyException(type:String.t, default:nil) - Shared areas limited occupancy exception. -
wellnessAreasHavePrivateSpaces(type:boolean(), default:nil) - Private spaces designated in spa and wellness areas. -
wellnessAreasHavePrivateSpacesException(type:String.t, default:nil) - Wellness areas have private spaces exception.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MyBusinessLodging.V1.Model.PhysicalDistancing{
commonAreasPhysicalDistancingArranged: boolean() | nil,
commonAreasPhysicalDistancingArrangedException: String.t() | nil,
physicalDistancingRequired: boolean() | nil,
physicalDistancingRequiredException: String.t() | nil,
safetyDividers: boolean() | nil,
safetyDividersException: String.t() | nil,
sharedAreasLimitedOccupancy: boolean() | nil,
sharedAreasLimitedOccupancyException: String.t() | nil,
wellnessAreasHavePrivateSpaces: boolean() | nil,
wellnessAreasHavePrivateSpacesException: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.