Class Sustainability
Sustainability practices implemented at the hotel.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class Sustainability : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnergyEfficiency
Energy efficiency practices implemented at the hotel.
Declaration
[JsonProperty("energyEfficiency")]
public virtual EnergyEfficiency EnergyEfficiency { get; set; }
Property Value
Type | Description |
---|---|
EnergyEfficiency |
SustainabilityCertifications
Sustainability certifications the hotel has been awarded. Deprecated: this field is no longer populated. All certification data is now provided by BeCause.
Declaration
[JsonProperty("sustainabilityCertifications")]
public virtual SustainabilityCertifications SustainabilityCertifications { get; set; }
Property Value
Type | Description |
---|---|
SustainabilityCertifications |
SustainableSourcing
Sustainable sourcing practices implemented at the hotel.
Declaration
[JsonProperty("sustainableSourcing")]
public virtual SustainableSourcing SustainableSourcing { get; set; }
Property Value
Type | Description |
---|---|
SustainableSourcing |
WasteReduction
Waste reduction practices implemented at the hotel.
Declaration
[JsonProperty("wasteReduction")]
public virtual WasteReduction WasteReduction { get; set; }
Property Value
Type | Description |
---|---|
WasteReduction |
WaterConservation
Water conservation practices implemented at the hotel.
Declaration
[JsonProperty("waterConservation")]
public virtual WaterConservation WaterConservation { get; set; }
Property Value
Type | Description |
---|---|
WaterConservation |