WebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSound constructor

const WebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSound({
  1. int? soundProfileSoundId,
  2. int? code,
  3. int? soundProfileId,
  4. String? soundId,
  5. String? message,
  6. String? sound,
  7. String? base64Sound,
  8. String? dateStamp,
  9. String? auditNote,
  10. String? recordTitle,
  11. dynamic urlIdentifier,
  12. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  13. List<FwStandardDataFwCustomValue>? custom,
  14. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  15. FwStandardBusinessLogicFwBusinessLogic? original,
  16. List<FwStandardDataFwTranslatedValue>? translation,
  17. bool? hasImport,
  18. bool? hasDocuments,
  19. String? createdByUserId,
  20. String? createdByUserName,
  21. String? createdDateTime,
  22. String? modifiedByUserId,
  23. String? modifiedByUserName,
  24. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSound({
  this.soundProfileSoundId,
  this.code,
  this.soundProfileId,
  this.soundId,
  this.message,
  this.sound,
  this.base64Sound,
  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,
});