WebApiModulesAdministratorTaskSchedulerTaskSteps constructor

const WebApiModulesAdministratorTaskSchedulerTaskSteps({
  1. int? taskStepsId,
  2. int? taskId,
  3. String? name,
  4. int? stepNumber,
  5. String? type,
  6. String? command,
  7. String? onSuccessActionDisplay,
  8. String? onFailureActionDisplay,
  9. int? onSuccessAction,
  10. int? retryAttempts,
  11. int? retryInterval,
  12. int? onFailureAction,
  13. int? onSuccessTaskStepsId,
  14. int? onFailureTaskStepsId,
  15. String? outputFilename,
  16. int? lastRunOutcome,
  17. int? lastRunDuration,
  18. int? lastRunRetries,
  19. String? dateStamp,
  20. String? auditNote,
  21. String? recordTitle,
  22. dynamic urlIdentifier,
  23. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  24. List<FwStandardDataFwCustomValue>? custom,
  25. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  26. FwStandardBusinessLogicFwBusinessLogic? original,
  27. List<FwStandardDataFwTranslatedValue>? translation,
  28. bool? hasImport,
  29. bool? hasDocuments,
  30. String? createdByUserId,
  31. String? createdByUserName,
  32. String? createdDateTime,
  33. String? modifiedByUserId,
  34. String? modifiedByUserName,
  35. String? modifiedDateTime,
})

Implementation

const WebApiModulesAdministratorTaskSchedulerTaskSteps({
  this.taskStepsId,
  this.taskId,
  this.name,
  this.stepNumber,
  this.type,
  this.command,
  this.onSuccessActionDisplay,
  this.onFailureActionDisplay,
  this.onSuccessAction,
  this.retryAttempts,
  this.retryInterval,
  this.onFailureAction,
  this.onSuccessTaskStepsId,
  this.onFailureTaskStepsId,
  this.outputFilename,
  this.lastRunOutcome,
  this.lastRunDuration,
  this.lastRunRetries,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});