Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryAdvanceBookingWindow

Range for the number of days between the date of the booking and the start of the itinerary.

Inheritance
object
GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryAdvanceBookingWindow
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX