WebApiModulesHomeControlsPersonalEventPersonalEvent constructor

WebApiModulesHomeControlsPersonalEventPersonalEvent({
  1. String? personalEventId,
  2. String? contactId,
  3. String? person,
  4. String? contactEventId,
  5. String? contactEvent,
  6. String? eventDate,
  7. String? color,
  8. bool? recurring,
  9. String? dateStamp,
  10. String? auditNote,
  11. String? recordTitle,
  12. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  13. List<FwStandardDataFwCustomValue>? custom,
  14. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  15. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsPersonalEventPersonalEvent({
  this.personalEventId,
  this.contactId,
  this.person,
  this.contactEventId,
  this.contactEvent,
  this.eventDate,
  this.color,
  this.recurring,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});