Class Warranty
The warranty of the vehicle.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.products_v1.Data
Assembly: Google.Apis.Merchant.products_v1.dll
Syntax
public class Warranty : IDirectResponseSchema
Properties
Duration
The warranty duration in months.
Declaration
[JsonProperty("duration")]
public virtual long? Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Mileage
The warranty mileage.
Declaration
[JsonProperty("mileage")]
public virtual Mileage Mileage { get; set; }
Property Value
| Type | Description |
|---|---|
| Mileage |