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."],[[["The `WafExpressionSetExpression` class, found in the `Google.Cloud.Compute.V1` namespace, is a core component within the `Google.Cloud.Compute.V1.dll` assembly for .NET development."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use in structured data handling and deep cloning operations."],["The class provides a constructor to create new instances as well as a constructor to create new instances based off of another instance of `WafExpressionSetExpression`."],["The class contains properties such as `HasId` (a boolean for checking the presence of an ID field) and `Id` (a string for storing a unique expression identifier)."],["The webpage lists version history for the `WafExpressionSetExpression` class, with version 3.6.0 as the latest and a number of prior versions."]]],[]]