InputSwitchScheduleActionSettings constructor

InputSwitchScheduleActionSettings({
  1. required String inputAttachmentNameReference,
  2. InputClippingSettings? inputClippingSettings,
  3. List<String>? urlPath,
})

Implementation

InputSwitchScheduleActionSettings({
  required this.inputAttachmentNameReference,
  this.inputClippingSettings,
  this.urlPath,
});