WebApiModulesSettingsAppReportDesignerAppReportDesigner constructor
WebApiModulesSettingsAppReportDesignerAppReportDesigner({
- String? appReportDesignerId,
- String? category,
- String? description,
- bool? inactive,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});