Show / Hide Table of Contents

Class Certification

Product certification, initially introduced for EU energy efficiency labeling compliance using the EU EPREL database.

Inheritance
object
Certification
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.Merchant.products_v1beta.Data
Assembly: Google.Apis.Merchant.products_v1beta.dll
Syntax
public class Certification : 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. 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX