View Source GoogleApi.MyBusinessLodging.V1.Model.HealthAndSafety (google_api_my_business_lodging v0.4.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.