WebApiModulesSettingsPresentationLayerActivityPresentationLayerActivity constructor

WebApiModulesSettingsPresentationLayerActivityPresentationLayerActivity({
  1. String? presentationLayerActivityId,
  2. String? presentationLayerId,
  3. String? activity,
  4. String? activityRename,
  5. String? groupNo,
  6. String? recType,
  7. String? exportCode,
  8. double? orderBy,
  9. String? dateStamp,
  10. String? auditNote,
  11. String? recordTitle,
  12. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  13. List<FwStandardDataFwCustomValue>? custom,
  14. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  15. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsPresentationLayerActivityPresentationLayerActivity({
  this.presentationLayerActivityId,
  this.presentationLayerId,
  this.activity,
  this.activityRename,
  this.groupNo,
  this.recType,
  this.exportCode,
  this.orderBy,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});