AutomationRuleActionFindingFieldsUpdateNote constructor
const
AutomationRuleActionFindingFieldsUpdateNote({})
Creates a new AutomationRuleActionFindingFieldsUpdateNote.
text The updated note text.
updatedBy The principal that updated the note.
Implementation
const AutomationRuleActionFindingFieldsUpdateNote({
required this.text,
required this.updatedBy,
});