ScheduledActionsClientV1 class final
Constructors
- ScheduledActionsClientV1.new(String channel)
Properties
Methods
-
createSchedule(
String apiKey, {required String actionName, required CreateScheduleRequestDto createScheduleRequestDto}) → Future< MdmEmpty> -
modifySchedule(
String apiKey, {required String actionName, required ModifyScheduleRequestDto modifyScheduleRequestDto}) → Future< MdmEmpty> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
suspendScheduledAction(
String apiKey, {required String actionName, required SuspendScheduledActionRequestDto suspendScheduledActionRequestDto}) → Future< MdmEmpty> -
toString(
) → String -
A string representation of this object.
inherited
-
validateGroupScheduledAction(
String apiKey, {required String actionName, required ValidateGroupScheduledActionRequestDto validateGroupScheduledActionRequestDto}) → Future< MdmEmpty>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited