GoogleApi.MyBusinessLodging.V1.Model.GuestUnitType (google_api_my_business_lodging v0.2.0) View Source
A specific type of unit primarily defined by its features.
Attributes
-
codes(type:list(String.t), default:nil) - Required. Unit or room code identifiers for a single GuestUnitType. Each code must be unique within a Lodging instance. -
features(type:GoogleApi.MyBusinessLodging.V1.Model.GuestUnitFeatures.t, default:nil) - Features and available amenities of the GuestUnitType. -
label(type:String.t, default:nil) - Required. Short, English label or name of the GuestUnitType. Target <50 chars.
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.GuestUnitType{
codes: [String.t()] | nil,
features: GoogleApi.MyBusinessLodging.V1.Model.GuestUnitFeatures.t() | nil,
label: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.