Show / Hide Table of Contents

Class EcoCertification

An eco certificate awarded to the hotel. Deprecated: this message is no longer populated. All certification data is now provided by BeCause.

Inheritance
object
EcoCertification
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX