WebApiModulesAdministratorSystemAccessUserAccessUserAccess constructor

WebApiModulesAdministratorSystemAccessUserAccessUserAccess({
  1. String? userId,
  2. String? name,
  3. String? dateStamp,
  4. String? auditNote,
  5. String? recordTitle,
  6. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  7. List<FwStandardDataFwCustomValue>? custom,
  8. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  9. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesAdministratorSystemAccessUserAccessUserAccess({
  this.userId,
  this.name,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});