Class ProductCertification
Product certification, initially introduced for EU energy efficiency labeling compliance using the EU EPREL database.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.products_v1.Data
Assembly: Google.Apis.Merchant.products_v1.dll
Syntax
public class ProductCertification : IDirectResponseSchema
Properties
CertificationAuthority
The certification authority.
Declaration
[JsonProperty("certificationAuthority")]
public virtual string CertificationAuthority { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CertificationCode
The certification code. Maximum length is 2000 characters.
Declaration
[JsonProperty("certificationCode")]
public virtual string CertificationCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CertificationDocumentLink
Optional. URL to the certification document (eg. https://www.example.com/document), for example, the
product data sheet or fiche required by UK's DESNZ or EU's EPREL. Maximum length is 2000 characters. For
more information, see Certification.
Declaration
[JsonProperty("certificationDocumentLink")]
public virtual string CertificationDocumentLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CertificationLabelLink
Optional. URL to the certification label (eg. https://www.example.com/label), for example, the energy
efficiency label required by UK's DESNZ or EU's EPREL. Maximum length is 2000 characters. For more
information, see Certification.
Declaration
[JsonProperty("certificationLabelLink")]
public virtual string CertificationLabelLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CertificationName
The name of the certification.
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 |