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"]],[["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 `VulnerableParameters` class, which is part of the `Google.Cloud.WebSecurityScanner.V1` namespace and is found in the `Google.Cloud.WebSecurityScanner.V1.dll` assembly."],["The `VulnerableParameters` class provides information about vulnerable request parameters, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `VulnerableParameters` object as a parameter."],["The primary property of the `VulnerableParameters` class is `ParameterNames`, which is a `RepeatedField\u003cstring\u003e` containing the names of the vulnerable parameters."],["The class has several available versions including the latest version 2.5.0 and ranging back to version 1.0.0, which the user can find links to on the page."]]],[]]