AutomationRuleV2Action constructor
const
AutomationRuleV2Action({
- Input<
AutomationRuleV2ActionExternalIntegrationConfiguration?> ? externalIntegrationConfiguration, - Input<
AutomationRuleV2ActionFindingFieldsUpdate?> ? findingFieldsUpdate, - required Input<
String> type,
Creates a new AutomationRuleV2Action.
externalIntegrationConfiguration Settings for external integration actions. See externalIntegrationConfiguration below.
findingFieldsUpdate Settings for updating finding fields. See findingFieldsUpdate below.
type The action type. Valid values: FINDING_FIELDS_UPDATE, EXTERNAL_INTEGRATION.
Implementation
const AutomationRuleV2Action({
this.externalIntegrationConfiguration,
this.findingFieldsUpdate,
required this.type,
});