GoogleApi.MyBusinessLodging.V1.Model.LivingArea (google_api_my_business_lodging v0.2.0) View Source
An individual room, such as kitchen, bathroom, bedroom, within a bookable guest unit.
Attributes
-
accessibility(type:GoogleApi.MyBusinessLodging.V1.Model.LivingAreaAccessibility.t, default:nil) - Accessibility features of the living area. -
eating(type:GoogleApi.MyBusinessLodging.V1.Model.LivingAreaEating.t, default:nil) - Information about eating features in the living area. -
features(type:GoogleApi.MyBusinessLodging.V1.Model.LivingAreaFeatures.t, default:nil) - Features in the living area. -
layout(type:GoogleApi.MyBusinessLodging.V1.Model.LivingAreaLayout.t, default:nil) - Information about the layout of the living area. -
sleeping(type:GoogleApi.MyBusinessLodging.V1.Model.LivingAreaSleeping.t, default:nil) - Information about sleeping features in the living area.
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.LivingArea{
accessibility:
GoogleApi.MyBusinessLodging.V1.Model.LivingAreaAccessibility.t() | nil,
eating: GoogleApi.MyBusinessLodging.V1.Model.LivingAreaEating.t() | nil,
features: GoogleApi.MyBusinessLodging.V1.Model.LivingAreaFeatures.t() | nil,
layout: GoogleApi.MyBusinessLodging.V1.Model.LivingAreaLayout.t() | nil,
sleeping: GoogleApi.MyBusinessLodging.V1.Model.LivingAreaSleeping.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.