Class EcoCertification
An eco certificate awarded to the hotel. 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 EcoCertification : IDirectResponseSchema
Properties
Awarded
Whether the eco certificate was awarded or not.
Declaration
[JsonProperty("awarded")]
public virtual bool? Awarded { get; set; }
Property Value
Type | Description |
---|---|
bool? |
AwardedException
Awarded exception.
Declaration
[JsonProperty("awardedException")]
public virtual string AwardedException { 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 |
EcoCertificate
Required. The eco certificate.
Declaration
[JsonProperty("ecoCertificate")]
public virtual string EcoCertificate { get; set; }
Property Value
Type | Description |
---|---|
string |