Class Count
The number of products in a single package. For more information, see https://support.google.com/manufacturers/answer/6124116#count.
Implements
Inherited Members
Namespace: Google.Apis.ManufacturerCenter.v1.Data
Assembly: Google.Apis.ManufacturerCenter.v1.dll
Syntax
public class Count : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Unit
The unit in which these products are counted.
Declaration
[JsonProperty("unit")]
public virtual string Unit { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The numeric value of the number of products in a package.
Declaration
[JsonProperty("value")]
public virtual long? Value { get; set; }
Property Value
Type | Description |
---|---|
long? |