Class Distance
Distance represented by an integer and unit.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class Distance : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Unit
The distance unit. Acceptable values are None
, Miles
, and Kilometers
.
Declaration
[JsonProperty("unit")]
public virtual string Unit { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The distance represented as a number.
Declaration
[JsonProperty("value")]
public virtual long? Value { get; set; }
Property Value
Type | Description |
---|---|
long? |