CuepointSchedule class

Schedule to insert cuepoints into a broadcast by ads automator.

Constructors

CuepointSchedule({bool? enabled, String? pauseAdsUntil, int? repeatIntervalSecs, String? scheduleStrategy})
CuepointSchedule.fromJson(Map json_)

Properties

enabled bool?
This field is semantically required.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pauseAdsUntil String?
If set, automatic cuepoint insertion is paused until this timestamp ("No Ad Zone").
getter/setter pair
repeatIntervalSecs int?
Interval frequency in seconds that api uses to insert cuepoints automatically.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleStrategy String?
The strategy to use when scheduling cuepoints. Possible string values are:
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