Class GoogleAdsSearchads360V23CommonHotelAdvanceBookingWindowInfo
Criterion for number of days prior to the stay the booking is being made.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonHotelAdvanceBookingWindowInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxDays
High end of the number of days prior to the stay.
Declaration
[JsonProperty("maxDays")]
public virtual long? MaxDays { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
MinDays
Low end of the number of days prior to the stay.
Declaration
[JsonProperty("minDays")]
public virtual long? MinDays { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |