WebApiModulesAdministratorGroupGroup constructor

const WebApiModulesAdministratorGroupGroup({
  1. String? groupId,
  2. String? name,
  3. String? memo,
  4. String? security,
  5. bool? hideNewMenuOptionsByDefault,
  6. bool? isMyGroup,
  7. String? groupColor,
  8. int? securityVersion,
  9. String? dateStamp,
  10. String? auditNote,
  11. String? recordTitle,
  12. dynamic urlIdentifier,
  13. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  14. List<FwStandardDataFwCustomValue>? custom,
  15. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  16. FwStandardBusinessLogicFwBusinessLogic? original,
  17. List<FwStandardDataFwTranslatedValue>? translation,
  18. bool? hasImport,
  19. bool? hasDocuments,
  20. String? createdByUserId,
  21. String? createdByUserName,
  22. String? createdDateTime,
  23. String? modifiedByUserId,
  24. String? modifiedByUserName,
  25. String? modifiedDateTime,
})

Implementation

const WebApiModulesAdministratorGroupGroup({
  this.groupId,
  this.name,
  this.memo,
  this.security,
  this.hideNewMenuOptionsByDefault,
  this.isMyGroup,
  this.groupColor,
  this.securityVersion,
  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,
});