Class ProductCertification
Product certification, introduced for EU energy efficiency labeling compliance using the EU EPREL database.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ProductCertification : IDirectResponseSchema
Properties
CertificationAuthority
The certification authority, for example "European_Commission". Maximum length is 2000 characters.
Declaration
[JsonProperty("certificationAuthority")]
public virtual string CertificationAuthority { get; set; }
Property Value
Type | Description |
---|---|
string |
CertificationCode
The certification code, for eaxample "123456". Maximum length is 2000 characters.
Declaration
[JsonProperty("certificationCode")]
public virtual string CertificationCode { get; set; }
Property Value
Type | Description |
---|---|
string |
CertificationName
The name of the certification, for example "EPREL". Maximum length is 2000 characters.
Declaration
[JsonProperty("certificationName")]
public virtual 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
[JsonProperty("certificationValue")]
public virtual string CertificationValue { 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 |