Class GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryAdvanceBookingWindow
Range for the number of days between the date of the booking and the start of the itinerary.
Inheritance
GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryAdvanceBookingWindow
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryAdvanceBookingWindow : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxDays
Maximum number of days between the date of the booking the start date.
Declaration
[JsonProperty("maxDays")]
public virtual int? MaxDays { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
MinDays
Minimum number of days between the date of the booking the start date.
Declaration
[JsonProperty("minDays")]
public virtual int? MinDays { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |