ScheduleOptionsV2 class
V2 options customizing different types of data transfer schedule.
This field supports existing time-based and manual transfer schedule. Also supports Event-Driven transfer schedule. ScheduleOptionsV2 cannot be used together with ScheduleOptions/Schedule.
Constructors
- ScheduleOptionsV2.new({EventDrivenSchedule? eventDrivenSchedule, ManualSchedule? manualSchedule, TimeBasedSchedule? timeBasedSchedule})
- ScheduleOptionsV2.fromJson(Map json_)
Properties
- eventDrivenSchedule ↔ EventDrivenSchedule?
-
Event driven transfer schedule options.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- manualSchedule ↔ ManualSchedule?
-
Manual transfer schedule.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeBasedSchedule ↔ TimeBasedSchedule?
-
Time based transfer schedule options.
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