WebApiModulesSettingsAppReportDesignerAppReportDesigner constructor

WebApiModulesSettingsAppReportDesignerAppReportDesigner({
  1. String? appReportDesignerId,
  2. String? category,
  3. String? description,
  4. bool? inactive,
  5. String? auditNote,
  6. String? recordTitle,
  7. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  8. List<FwStandardDataFwCustomValue>? custom,
  9. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  10. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsAppReportDesignerAppReportDesigner({
  this.appReportDesignerId,
  this.category,
  this.description,
  this.inactive,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});