AutomationRuleActionFindingFieldsUpdateNote constructor

const AutomationRuleActionFindingFieldsUpdateNote({
  1. required Input<String> text,
  2. required Input<String> updatedBy,
})

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,
});