public sealed class WafExpressionSet : IMessage<WafExpressionSet>, IEquatable<WafExpressionSet>, IDeepCloneable<WafExpressionSet>, IBufferMessage, IMessage
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
[[["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-31 UTC."],[[["The webpage provides documentation for the `WafExpressionSet` class within the `Google.Cloud.Compute.V1` namespace, with version 3.6.0 being the latest and version 2.5.0 being the version under discussion."],["`WafExpressionSet` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties such as `Aliases`, which is a list of alternate IDs, `Expressions`, representing the list of expressions, and `Id`, a Google-specified ID for the expression set."],["There are multiple versions of `WafExpressionSet` documented, ranging from version 1.0.0 up to version 3.6.0, allowing users to access documentation for different versions."],["The class has two constructors, a parameterless constructor, and one that takes another `WafExpressionSet` as a parameter to copy its values."]]],[]]