EnterpriseCrmEventbusProtoBuganizerNotification constructor

EnterpriseCrmEventbusProtoBuganizerNotification({
  1. String? assigneeEmailAddress,
  2. String? componentId,
  3. String? templateId,
  4. String? title,
})

Implementation

EnterpriseCrmEventbusProtoBuganizerNotification({
  this.assigneeEmailAddress,
  this.componentId,
  this.templateId,
  this.title,
});