ScheduledActionsClientV1 class final

Constructors

ScheduledActionsClientV1.new(String channel)

Properties

channel String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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