Show / Hide Table of Contents

Class Warranty

The warranty of the vehicle.

Inheritance
object
Warranty
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX