Class GoogleShoppingManufacturersV1ProductCertification
Description of a certification.
Implements
Inherited Members
Namespace: Google.Apis.ManufacturerCenter.v1.Data
Assembly: Google.Apis.ManufacturerCenter.v1.dll
Syntax
public class GoogleShoppingManufacturersV1ProductCertification : 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 |
Name
Required. Name of the certification.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |