View Source GoogleApi.MyBusinessLodging.V1.Model.Housekeeping (google_api_my_business_lodging v0.3.0)

Conveniences provided in guest units to facilitate an easier, more comfortable stay.

Attributes

  • dailyHousekeeping (type: boolean(), default: nil) - Daily housekeeping. Guest units are cleaned by hotel staff daily during guest's stay.
  • dailyHousekeepingException (type: String.t, default: nil) - Daily housekeeping exception.
  • housekeepingAvailable (type: boolean(), default: nil) - 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.
  • housekeepingAvailableException (type: String.t, default: nil) - Housekeeping available exception.
  • turndownService (type: boolean(), default: nil) - 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.
  • turndownServiceException (type: String.t, default: nil) - Turndown service exception.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.Housekeeping{
  dailyHousekeeping: boolean() | nil,
  dailyHousekeepingException: String.t() | nil,
  housekeepingAvailable: boolean() | nil,
  housekeepingAvailableException: String.t() | nil,
  turndownService: boolean() | nil,
  turndownServiceException: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.