Class Certification
Product certification, initially introduced for EU energy efficiency labeling compliance using the EU EPREL database.
Implements
Namespace: Google.Shopping.Merchant.Products.V1Beta
Assembly: Google.Shopping.Merchant.Products.V1Beta.dll
Syntax
public sealed class Certification : IMessage<Certification>, IEquatable<Certification>, IDeepCloneable<Certification>, IBufferMessage, IMessage
Constructors
Certification()
Declaration
public Certification()
Certification(Certification)
Declaration
public Certification(Certification other)
Parameters
Type | Name | Description |
---|---|---|
Certification | other |
Properties
CertificationAuthority
The certification authority, for example "European_Commission". Maximum length is 2000 characters.
Declaration
public string CertificationAuthority { get; set; }
Property Value
Type | Description |
---|---|
string |
CertificationCode
The certification code. Maximum length is 2000 characters.
Declaration
public string CertificationCode { get; set; }
Property Value
Type | Description |
---|---|
string |
CertificationName
The name of the certification, for example "EPREL". Maximum length is 2000 characters.
Declaration
public string CertificationName { get; set; }
Property Value
Type | Description |
---|---|
string |
CertificationValue
The certification value (also known as class, level or grade), for example "A+", "C", "gold". Maximum length is 2000 characters.
Declaration
public string CertificationValue { get; set; }
Property Value
Type | Description |
---|---|
string |
HasCertificationAuthority
Gets whether the "certification_authority" field is set
Declaration
public bool HasCertificationAuthority { get; }
Property Value
Type | Description |
---|---|
bool |
HasCertificationCode
Gets whether the "certification_code" field is set
Declaration
public bool HasCertificationCode { get; }
Property Value
Type | Description |
---|---|
bool |
HasCertificationName
Gets whether the "certification_name" field is set
Declaration
public bool HasCertificationName { get; }
Property Value
Type | Description |
---|---|
bool |
HasCertificationValue
Gets whether the "certification_value" field is set
Declaration
public bool HasCertificationValue { get; }
Property Value
Type | Description |
---|---|
bool |