GoogleApi.MyBusinessLodging.V1.Model.HealthAndSafety (google_api_my_business_lodging v0.2.0) View Source
Health and safety measures implemented by the hotel during COVID-19.
Attributes
-
enhancedCleaning(type:GoogleApi.MyBusinessLodging.V1.Model.EnhancedCleaning.t, default:nil) - Enhanced cleaning measures implemented by the hotel during COVID-19. -
increasedFoodSafety(type:GoogleApi.MyBusinessLodging.V1.Model.IncreasedFoodSafety.t, default:nil) - Increased food safety measures implemented by the hotel during COVID-19. -
minimizedContact(type:GoogleApi.MyBusinessLodging.V1.Model.MinimizedContact.t, default:nil) - Minimized contact measures implemented by the hotel during COVID-19. -
personalProtection(type:GoogleApi.MyBusinessLodging.V1.Model.PersonalProtection.t, default:nil) - Personal protection measures implemented by the hotel during COVID-19. -
physicalDistancing(type:GoogleApi.MyBusinessLodging.V1.Model.PhysicalDistancing.t, default:nil) - Physical distancing measures implemented by the hotel during COVID-19.
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.HealthAndSafety{
enhancedCleaning:
GoogleApi.MyBusinessLodging.V1.Model.EnhancedCleaning.t() | nil,
increasedFoodSafety:
GoogleApi.MyBusinessLodging.V1.Model.IncreasedFoodSafety.t() | nil,
minimizedContact:
GoogleApi.MyBusinessLodging.V1.Model.MinimizedContact.t() | nil,
personalProtection:
GoogleApi.MyBusinessLodging.V1.Model.PersonalProtection.t() | nil,
physicalDistancing:
GoogleApi.MyBusinessLodging.V1.Model.PhysicalDistancing.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.