public sealed class VulnerableParameters : IMessage<VulnerableParameters>, IEquatable<VulnerableParameters>, IDeepCloneable<VulnerableParameters>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `VulnerableParameters` class provides information about vulnerable request parameters within the `Google.Cloud.WebSecurityScanner.V1` namespace."],["Version 2.5.0 is the latest version of the class, with multiple prior versions available, including 2.0.0, 1.2.0, 1.1.0, and 1.0.0."],["`VulnerableParameters` implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality and compatibility."],["The class includes a property called `ParameterNames`, which is a `RepeatedField` of strings that stores the list of vulnerable parameter names."],["The `VulnerableParameters` class can be constructed either without any parameter or by passing another `VulnerableParameters` instance to copy."]]],[]]