DayPartTargeting class

Day Part Targeting.

Constructors

DayPartTargeting({List<String>? daysOfWeek, List<int>? hoursOfDay, bool? userLocalTime})
DayPartTargeting.fromJson(Map json_)

Properties

daysOfWeek List<String>?
Days of the week when the ad will serve.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hoursOfDay List<int>?
Hours of the day when the ad will serve, where 0 is midnight to 1 AM and 23 is 11 PM to midnight.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userLocalTime bool?
Whether or not to use the user's local time.
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