BatchScheduleActionCreateRequest class
A list of schedule actions to create (in a request) or that have been created (in a response).
Constructors
-
BatchScheduleActionCreateRequest({required List<
ScheduleAction> scheduleActions})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scheduleActions
→ List<
ScheduleAction> -
A list of schedule actions to create.
final
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