Class Certification
Description of a certification.
Implements
Inherited Members
Namespace: Google.Apis.ManufacturerCenter.v1.Data
Assembly: Google.Apis.ManufacturerCenter.v1.dll
Syntax
public class Certification : IDirectResponseSchema
Properties
Authority
Required. Name of the certification body.
Declaration
[JsonProperty("authority")]
public virtual string Authority { get; set; }
Property Value
Type | Description |
---|---|
string |
Code
Required. A unique code to identify the certification.
Declaration
[JsonProperty("code")]
public virtual string Code { 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 |
Link
Optional. A URL link to the certification.
Declaration
[JsonProperty("link")]
public virtual string Link { get; set; }
Property Value
Type | Description |
---|---|
string |
Logo
Optional. A URL link to the certification logo.
Declaration
[JsonProperty("logo")]
public virtual string Logo { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. Name of the certification.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ValidUntil
Optional. The expiration date (UTC).
Declaration
[JsonProperty("validUntil")]
public virtual string ValidUntil { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Optional. A custom value of the certification.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |