Class SustainabilityCertifications
Sustainability certifications the hotel has been awarded. Deprecated: this message is no longer populated. All certification data is now provided by BeCause.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class SustainabilityCertifications : IDirectResponseSchema
Properties
BreeamCertification
BREEAM certification.
Declaration
[JsonProperty("breeamCertification")]
public virtual string BreeamCertification { get; set; }
Property Value
Type | Description |
---|---|
string |
BreeamCertificationException
BREEAM certification exception.
Declaration
[JsonProperty("breeamCertificationException")]
public virtual string BreeamCertificationException { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EcoCertifications
The eco certificates awarded to the hotel.
Declaration
[JsonProperty("ecoCertifications")]
public virtual IList<EcoCertification> EcoCertifications { get; set; }
Property Value
Type | Description |
---|---|
IList<EcoCertification> |
LeedCertification
LEED certification.
Declaration
[JsonProperty("leedCertification")]
public virtual string LeedCertification { get; set; }
Property Value
Type | Description |
---|---|
string |
LeedCertificationException
LEED certification exception.
Declaration
[JsonProperty("leedCertificationException")]
public virtual string LeedCertificationException { get; set; }
Property Value
Type | Description |
---|---|
string |