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

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

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.