WebApiModulesSettingsSystemSettingsActivityServiceSettingsActivityServiceSettings constructor

const WebApiModulesSettingsSystemSettingsActivityServiceSettingsActivityServiceSettings({
  1. String? controlId,
  2. String? activityServiceSettings,
  3. bool? activityServiceKeepFresh,
  4. int? activityServiceKeepFreshMinutes,
  5. String? dateStamp,
  6. String? auditNote,
  7. String? recordTitle,
  8. dynamic urlIdentifier,
  9. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  10. List<FwStandardDataFwCustomValue>? custom,
  11. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  12. FwStandardBusinessLogicFwBusinessLogic? original,
  13. List<FwStandardDataFwTranslatedValue>? translation,
  14. bool? hasImport,
  15. String? createdByUserId,
  16. String? createdByUserName,
  17. String? createdDateTime,
  18. String? modifiedByUserId,
  19. String? modifiedByUserName,
  20. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsSystemSettingsActivityServiceSettingsActivityServiceSettings({
  this.controlId,
  this.activityServiceSettings,
  this.activityServiceKeepFresh,
  this.activityServiceKeepFreshMinutes,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});