GoogleAdsSearchads360V23CommonAdScheduleInfo class
Represents an AdSchedule criterion.
AdSchedule is specified as the day of the week and a time interval within which ads will be shown. No more than six AdSchedules can be added for the same day.
Constructors
- GoogleAdsSearchads360V23CommonAdScheduleInfo({String? dayOfWeek, int? endHour, String? endMinute, int? startHour, String? startMinute})
- GoogleAdsSearchads360V23CommonAdScheduleInfo.fromJson(Map json_)
Properties
- dayOfWeek ↔ String?
-
Day of the week the schedule applies to.
getter/setter pair
- endHour ↔ int?
-
Ending hour in 24 hour time; 24 signifies end of the day.
getter/setter pair
- endMinute ↔ String?
-
Minutes after the end hour at which this schedule ends.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startHour ↔ int?
-
Starting hour in 24 hour time.
getter/setter pair
- startMinute ↔ String?
-
Minutes after the start hour at which this schedule starts.
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