class Google::Apis::MybusinesslodgingV1::Housekeeping
Conveniences provided in guest units to facilitate an easier, more comfortable stay.
Attributes
Daily housekeeping. Guest units are cleaned by hotel staff daily during guest' s stay. Corresponds to the JSON property `dailyHousekeeping` @return [Boolean]
Daily housekeeping. Guest units are cleaned by hotel staff daily during guest' s stay. Corresponds to the JSON property `dailyHousekeeping` @return [Boolean]
Daily housekeeping exception. Corresponds to the JSON property `dailyHousekeepingException` @return [String]
Housekeeping
available. Guest units are cleaned by hotel staff during guest's stay. Schedule may vary from daily, weekly, or specific days of the week. Corresponds to the JSON property `housekeepingAvailable` @return [Boolean]
Housekeeping
available. Guest units are cleaned by hotel staff during guest's stay. Schedule may vary from daily, weekly, or specific days of the week. Corresponds to the JSON property `housekeepingAvailable` @return [Boolean]
Housekeeping
available exception. Corresponds to the JSON property `housekeepingAvailableException` @return [String]
Turndown service. Hotel staff enters guest units to prepare the bed for sleep use. May or may not include some light housekeeping. May or may not include an evening snack or candy. Also known as evening service. Corresponds to the JSON property `turndownService` @return [Boolean]
Turndown service. Hotel staff enters guest units to prepare the bed for sleep use. May or may not include some light housekeeping. May or may not include an evening snack or candy. Also known as evening service. Corresponds to the JSON property `turndownService` @return [Boolean]
Turndown service exception. Corresponds to the JSON property `turndownServiceException` @return [String]
Public Class Methods
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 1152 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 1157 def update!(**args) @daily_housekeeping = args[:daily_housekeeping] if args.key?(:daily_housekeeping) @daily_housekeeping_exception = args[:daily_housekeeping_exception] if args.key?(:daily_housekeeping_exception) @housekeeping_available = args[:housekeeping_available] if args.key?(:housekeeping_available) @housekeeping_available_exception = args[:housekeeping_available_exception] if args.key?(:housekeeping_available_exception) @turndown_service = args[:turndown_service] if args.key?(:turndown_service) @turndown_service_exception = args[:turndown_service_exception] if args.key?(:turndown_service_exception) end