View Source GoogleApi.MyBusinessLodging.V1.Model.SustainabilityCertifications (google_api_my_business_lodging v0.5.0)
Sustainability certifications the hotel has been awarded. Deprecated: this message is no longer populated. All certification data is now provided by BeCause.
Attributes
-
breeamCertification
(type:String.t
, default:nil
) - BREEAM certification. -
breeamCertificationException
(type:String.t
, default:nil
) - BREEAM certification exception. -
ecoCertifications
(type:list(GoogleApi.MyBusinessLodging.V1.Model.EcoCertification.t)
, default:nil
) - The eco certificates awarded to the hotel. -
leedCertification
(type:String.t
, default:nil
) - LEED certification. -
leedCertificationException
(type:String.t
, default:nil
) - LEED certification exception.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.SustainabilityCertifications{ breeamCertification: String.t() | nil, breeamCertificationException: String.t() | nil, ecoCertifications: [GoogleApi.MyBusinessLodging.V1.Model.EcoCertification.t()] | nil, leedCertification: String.t() | nil, leedCertificationException: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.