Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryTravelStartDay

The days of the week on which an itinerary's travel can start.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Friday

The travel can start on Friday.

Declaration
[JsonProperty("friday")]
public virtual bool? Friday { get; set; }
Property Value
Type Description
bool?

Monday

The travel can start on Monday.

Declaration
[JsonProperty("monday")]
public virtual bool? Monday { get; set; }
Property Value
Type Description
bool?

Saturday

The travel can start on Saturday.

Declaration
[JsonProperty("saturday")]
public virtual bool? Saturday { get; set; }
Property Value
Type Description
bool?

Sunday

The travel can start on Sunday.

Declaration
[JsonProperty("sunday")]
public virtual bool? Sunday { get; set; }
Property Value
Type Description
bool?

Thursday

The travel can start on Thursday.

Declaration
[JsonProperty("thursday")]
public virtual bool? Thursday { get; set; }
Property Value
Type Description
bool?

Tuesday

The travel can start on Tuesday.

Declaration
[JsonProperty("tuesday")]
public virtual bool? Tuesday { get; set; }
Property Value
Type Description
bool?

Wednesday

The travel can start on Wednesday.

Declaration
[JsonProperty("wednesday")]
public virtual bool? Wednesday { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX