WebApiModulesAdministratorTaskSchedulerTaskSteps constructor
const
WebApiModulesAdministratorTaskSchedulerTaskSteps({
- int? taskStepsId,
- int? taskId,
- String? name,
- int? stepNumber,
- String? type,
- String? command,
- String? onSuccessActionDisplay,
- String? onFailureActionDisplay,
- int? onSuccessAction,
- int? retryAttempts,
- int? retryInterval,
- int? onFailureAction,
- int? onSuccessTaskStepsId,
- int? onFailureTaskStepsId,
- String? outputFilename,
- int? lastRunOutcome,
- int? lastRunDuration,
- int? lastRunRetries,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- 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,
});