Show / Hide Table of Contents

Class SustainabilityCertifications

Sustainability certifications the hotel has been awarded. Deprecated: this message is no longer populated. All certification data is now provided by BeCause.

Inheritance
object
SustainabilityCertifications
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX