WebApiModulesSharedControlsCustomReportLayoutUserCustomReportLayoutUser constructor

const WebApiModulesSharedControlsCustomReportLayoutUserCustomReportLayoutUser({
  1. String? customReportLayoutUserId,
  2. String? customReportLayoutId,
  3. String? customReportLayoutDescription,
  4. String? webUserId,
  5. String? userId,
  6. String? userName,
  7. String? dateStamp,
  8. String? auditNote,
  9. String? recordTitle,
  10. dynamic urlIdentifier,
  11. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  12. List<FwStandardDataFwCustomValue>? custom,
  13. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  14. FwStandardBusinessLogicFwBusinessLogic? original,
  15. List<FwStandardDataFwTranslatedValue>? translation,
  16. bool? hasImport,
  17. bool? hasDocuments,
  18. String? createdByUserId,
  19. String? createdByUserName,
  20. String? createdDateTime,
  21. String? modifiedByUserId,
  22. String? modifiedByUserName,
  23. String? modifiedDateTime,
})

Implementation

const WebApiModulesSharedControlsCustomReportLayoutUserCustomReportLayoutUser({
  this.customReportLayoutUserId,
  this.customReportLayoutId,
  this.customReportLayoutDescription,
  this.webUserId,
  this.userId,
  this.userName,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});