WebApiModulesHomePersonalEventPersonalEvent constructor

const WebApiModulesHomePersonalEventPersonalEvent({
  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. 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 WebApiModulesHomePersonalEventPersonalEvent({
  this.personalEventId,
  this.contactId,
  this.person,
  this.contactEventId,
  this.contactEvent,
  this.eventDate,
  this.color,
  this.recurring,
  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,
});