AutomationRuleV2Action constructor

const AutomationRuleV2Action({
  1. Input<AutomationRuleV2ActionExternalIntegrationConfiguration?>? externalIntegrationConfiguration,
  2. Input<AutomationRuleV2ActionFindingFieldsUpdate?>? findingFieldsUpdate,
  3. 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,
});