AutomationRuleV2ActionFindingFieldsUpdate class

Constructors

AutomationRuleV2ActionFindingFieldsUpdate({Input<String?>? comment, Input<int?>? severityId, Input<int?>? statusId})
Creates a new AutomationRuleV2ActionFindingFieldsUpdate. comment A comment for the finding. severityId The severity ID to assign. statusId The status ID to assign.
const
AutomationRuleV2ActionFindingFieldsUpdate.fromMap(Map<String, dynamic> map)
factory

Properties

comment → Input<String?>?
A comment for the finding.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severityId → Input<int?>?
The severity ID to assign.
final
statusId → Input<int?>?
The status ID to assign.
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