Class Capacity
The capacity of a product. For more information, see https://support.google.com/manufacturers/answer/6124116#capacity.
Implements
Inherited Members
Namespace: Google.Apis.ManufacturerCenter.v1.Data
Assembly: Google.Apis.ManufacturerCenter.v1.dll
Syntax
public class Capacity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Unit
The unit of the capacity, i.e., MB, GB, or TB.
Declaration
[JsonProperty("unit")]
public virtual string Unit { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The numeric value of the capacity.
Declaration
[JsonProperty("value")]
public virtual long? Value { get; set; }
Property Value
Type | Description |
---|---|
long? |