Show / Hide Table of Contents

Class LeaseTerm

The lease term of the property.

Inheritance
object
LeaseTerm
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 LeaseTerm : IDirectResponseSchema

Properties

DurationUnit

The duration unit of the lease term.

Declaration
[JsonProperty("durationUnit")]
public virtual string DurationUnit { get; set; }
Property Value
Type Description
string

DurationValue

The duration value of the lease term.

Declaration
[JsonProperty("durationValue")]
public virtual long? DurationValue { 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

Type

The type of lease term.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX