SideEffectModel constructor
SideEffectModel({
- SideEffectAdditionalFields? additionalFields,
- String? id,
- String? projectId,
- String? taskClientReferenceId,
- int? reAttempts,
- List<
String> ? symptoms, - bool? nonRecoverableError = false,
- required String clientReferenceId,
- String? tenantId,
- int? rowVersion,
- AuditDetails? auditDetails,
- ClientAuditDetails? clientAuditDetails,
- bool? isDeleted = false,
Implementation
SideEffectModel({
this.additionalFields,
this.id,
this.projectId,
this.taskClientReferenceId,
this.reAttempts,
this.symptoms,
this.nonRecoverableError = false,
required this.clientReferenceId,
this.tenantId,
this.rowVersion,
super.auditDetails,
super.clientAuditDetails,
super.isDeleted = false,
}) : super();