WebApiModulesSharedControlsCustomReportLayoutUserCustomReportLayoutUser constructor
WebApiModulesSharedControlsCustomReportLayoutUserCustomReportLayoutUser({
- String? customReportLayoutUserId,
- String? customReportLayoutId,
- String? customReportLayoutDescription,
- String? webUserId,
- String? userId,
- String? userName,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSharedControlsCustomReportLayoutUserCustomReportLayoutUser({
this.customReportLayoutUserId,
this.customReportLayoutId,
this.customReportLayoutDescription,
this.webUserId,
this.userId,
this.userName,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});