WebApiModulesHomeControlsPersonalEventPersonalEvent constructor
WebApiModulesHomeControlsPersonalEventPersonalEvent({
- String? personalEventId,
- String? contactId,
- String? person,
- String? contactEventId,
- String? contactEvent,
- String? eventDate,
- String? color,
- bool? recurring,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});