InputSwitchScheduleActionSettings constructor
InputSwitchScheduleActionSettings({
- required String inputAttachmentNameReference,
- InputClippingSettings? inputClippingSettings,
- List<
String> ? urlPath,
Implementation
InputSwitchScheduleActionSettings({
required this.inputAttachmentNameReference,
this.inputClippingSettings,
this.urlPath,
});