View Source GoogleApi.MyBusinessLodging.V1.Model.LivingArea (google_api_my_business_lodging v0.4.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }
Functions
Unwrap a decoded JSON object into its complex fields.