Class LeaseTerm
The lease term of the property.
Implements
Inherited Members
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 |