GoogleApi.MyBusinessLodging.V1.Model.SustainabilityCertifications (google_api_my_business_lodging v0.2.0) View Source

Sustainability certifications the hotel has been awarded.

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.

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.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
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.