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

Enhanced cleaning measures implemented by the hotel during COVID-19.

Attributes

  • commercialGradeDisinfectantCleaning (type: boolean(), default: nil) - Commercial-grade disinfectant used to clean the property.
  • commercialGradeDisinfectantCleaningException (type: String.t, default: nil) - Commercial grade disinfectant cleaning exception.
  • commonAreasEnhancedCleaning (type: boolean(), default: nil) - Enhanced cleaning of common areas.
  • commonAreasEnhancedCleaningException (type: String.t, default: nil) - Common areas enhanced cleaning exception.
  • employeesTrainedCleaningProcedures (type: boolean(), default: nil) - Employees trained in COVID-19 cleaning procedures.
  • employeesTrainedCleaningProceduresException (type: String.t, default: nil) - Employees trained cleaning procedures exception.
  • employeesTrainedThoroughHandWashing (type: boolean(), default: nil) - Employees trained in thorough hand-washing.
  • employeesTrainedThoroughHandWashingException (type: String.t, default: nil) - Employees trained thorough hand washing exception.
  • employeesWearProtectiveEquipment (type: boolean(), default: nil) - Employees wear masks, face shields, and/or gloves.
  • employeesWearProtectiveEquipmentException (type: String.t, default: nil) - Employees wear protective equipment exception.
  • guestRoomsEnhancedCleaning (type: boolean(), default: nil) - Enhanced cleaning of guest rooms.
  • guestRoomsEnhancedCleaningException (type: String.t, default: nil) - Guest rooms enhanced cleaning exception.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.EnhancedCleaning{
  commercialGradeDisinfectantCleaning: boolean() | nil,
  commercialGradeDisinfectantCleaningException: String.t() | nil,
  commonAreasEnhancedCleaning: boolean() | nil,
  commonAreasEnhancedCleaningException: String.t() | nil,
  employeesTrainedCleaningProcedures: boolean() | nil,
  employeesTrainedCleaningProceduresException: String.t() | nil,
  employeesTrainedThoroughHandWashing: boolean() | nil,
  employeesTrainedThoroughHandWashingException: String.t() | nil,
  employeesWearProtectiveEquipment: boolean() | nil,
  employeesWearProtectiveEquipmentException: String.t() | nil,
  guestRoomsEnhancedCleaning: boolean() | nil,
  guestRoomsEnhancedCleaningException: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.