View Source GoogleApi.MyBusinessLodging.V1.Model.Families (google_api_my_business_lodging v0.4.0)
Services and amenities for families and young guests.
Attributes
-
babysitting
(type:boolean()
, default:nil
) - Babysitting. Child care that is offered by hotel staffers or coordinated by hotel staffers with local child care professionals. Can be free or for a fee. -
babysittingException
(type:String.t
, default:nil
) - Babysitting exception. -
kidsActivities
(type:boolean()
, default:nil
) - Kids activities. Recreational options such as sports, films, crafts and games designed for the enjoyment of children and offered at the hotel. May or may not be supervised. May or may not be at a designated time or place. Cab be free or for a fee. -
kidsActivitiesException
(type:String.t
, default:nil
) - Kids activities exception. -
kidsClub
(type:boolean()
, default:nil
) - Kids club. An organized program of group activities held at the hotel and designed for the enjoyment of children. Facilitated by hotel staff (or staff procured by the hotel) in an area(s) designated for the purpose of entertaining children without their parents. May include games, outings, water sports, team sports, arts and crafts, and films. Usually has set hours. Can be free or for a fee. Also known as Kids Camp or Kids program. -
kidsClubException
(type:String.t
, default:nil
) - Kids club exception. -
kidsFriendly
(type:boolean()
, default:nil
) - Kids friendly. The hotel has one or more special features for families with children, such as reduced rates, child-sized beds, kids' club, babysitting service, or suitable place to play on premises. -
kidsFriendlyException
(type:String.t
, default:nil
) - Kids friendly exception.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.Families{ babysitting: boolean() | nil, babysittingException: String.t() | nil, kidsActivities: boolean() | nil, kidsActivitiesException: String.t() | nil, kidsClub: boolean() | nil, kidsClubException: String.t() | nil, kidsFriendly: boolean() | nil, kidsFriendlyException: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.