AutomationRuleV2Action class
Constructors
-
AutomationRuleV2Action({Input<
AutomationRuleV2ActionExternalIntegrationConfiguration?> ? externalIntegrationConfiguration, Input<AutomationRuleV2ActionFindingFieldsUpdate?> ? findingFieldsUpdate, required Input<String> type}) -
Creates a new AutomationRuleV2Action.
externalIntegrationConfigurationSettings for external integration actions. SeeexternalIntegrationConfigurationbelow.findingFieldsUpdateSettings for updating finding fields. SeefindingFieldsUpdatebelow.typeThe action type. Valid values:FINDING_FIELDS_UPDATE,EXTERNAL_INTEGRATION.const -
AutomationRuleV2Action.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
externalIntegrationConfiguration
→ Input<
AutomationRuleV2ActionExternalIntegrationConfiguration?> ? -
Settings for external integration actions. See
externalIntegrationConfigurationbelow.final -
findingFieldsUpdate
→ Input<
AutomationRuleV2ActionFindingFieldsUpdate?> ? -
Settings for updating finding fields. See
findingFieldsUpdatebelow.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ Input<
String> -
The action type. Valid values:
FINDING_FIELDS_UPDATE,EXTERNAL_INTEGRATION.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited