InputPrepareScheduleActionSettings constructor

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

Implementation

InputPrepareScheduleActionSettings({
  this.inputAttachmentNameReference,
  this.inputClippingSettings,
  this.urlPath,
});