View Source GoogleApi.MyBusinessLodging.V1.Model.Sustainability (google_api_my_business_lodging v0.5.0)

Sustainability practices implemented at the hotel.

Attributes

  • energyEfficiency (type: GoogleApi.MyBusinessLodging.V1.Model.EnergyEfficiency.t, default: nil) - Energy efficiency practices implemented at the hotel.
  • sustainabilityCertifications (type: GoogleApi.MyBusinessLodging.V1.Model.SustainabilityCertifications.t, default: nil) - Sustainability certifications the hotel has been awarded. Deprecated: this field is no longer populated. All certification data is now provided by BeCause.
  • sustainableSourcing (type: GoogleApi.MyBusinessLodging.V1.Model.SustainableSourcing.t, default: nil) - Sustainable sourcing practices implemented at the hotel.
  • wasteReduction (type: GoogleApi.MyBusinessLodging.V1.Model.WasteReduction.t, default: nil) - Waste reduction practices implemented at the hotel.
  • waterConservation (type: GoogleApi.MyBusinessLodging.V1.Model.WaterConservation.t, default: nil) - Water conservation practices implemented at the hotel.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.Sustainability{
  energyEfficiency:
    GoogleApi.MyBusinessLodging.V1.Model.EnergyEfficiency.t() | nil,
  sustainabilityCertifications:
    GoogleApi.MyBusinessLodging.V1.Model.SustainabilityCertifications.t() | nil,
  sustainableSourcing:
    GoogleApi.MyBusinessLodging.V1.Model.SustainableSourcing.t() | nil,
  wasteReduction: GoogleApi.MyBusinessLodging.V1.Model.WasteReduction.t() | nil,
  waterConservation:
    GoogleApi.MyBusinessLodging.V1.Model.WaterConservation.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.