public sealed class WafExpressionSetExpression : IMessage<WafExpressionSetExpression>, IEquatable<WafExpressionSetExpression>, IDeepCloneable<WafExpressionSetExpression>, IBufferMessage, IMessage
Expression ID should uniquely identify the origin of the expression. E.g. owasp-crs-v020901-id973337 identifies Owasp core rule set version 2.9.1 rule id 973337. The ID could be used to determine the individual attack definition that has been detected. It could also be used to exclude it from the policy in case of false positive. required
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `WafExpressionSetExpression` class within the `Google.Cloud.Compute.V1` namespace, showing it's part of the Google Cloud Compute API and is found in the `Google.Cloud.Compute.V1.dll` assembly."],["The `WafExpressionSetExpression` class is a sealed class that implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation."],["The page shows that there are many different versions of the `WafExpressionSetExpression`, with version 3.6.0 being the most recent, and version 1.0.0 being the oldest."],["The `WafExpressionSetExpression` class includes properties like `HasId` (a boolean) and `Id` (a string), where `Id` is a unique identifier for an expression, crucial for identifying and managing specific expressions."],["The class has two constructors, one of which is a parameterless constructor, and the other that takes in another `WafExpressionSetExpression`."]]],[]]