GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryTravelStartDay class
The days of the week on which an itinerary's travel can start.
Constructors
- GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryTravelStartDay({bool? friday, bool? monday, bool? saturday, bool? sunday, bool? thursday, bool? tuesday, bool? wednesday})
- GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryTravelStartDay.fromJson(Map json_)
Properties
- friday ↔ bool?
-
The travel can start on Friday.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- monday ↔ bool?
-
The travel can start on Monday.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saturday ↔ bool?
-
The travel can start on Saturday.
getter/setter pair
- sunday ↔ bool?
-
The travel can start on Sunday.
getter/setter pair
- thursday ↔ bool?
-
The travel can start on Thursday.
getter/setter pair
- tuesday ↔ bool?
-
The travel can start on Tuesday.
getter/setter pair
- wednesday ↔ bool?
-
The travel can start on Wednesday.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited