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."],[[["This webpage details the `VulnerableParameters` class, which is part of the Google Cloud Web Security Scanner V1 library for .NET, providing information about request parameters that might be vulnerable."],["The `VulnerableParameters` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, from the Google Protocol Buffers library, indicating its role in data serialization and manipulation."],["The `ParameterNames` property of the `VulnerableParameters` class is a `RepeatedField` of strings, which stores the names of the identified vulnerable parameters."],["There are multiple versions of the `Google.Cloud.WebSecurityScanner.V1` library, with the latest being version 2.5.0, and this page provides access to the documentation for each version, including the original 1.0.0 release."],["The class can be constructed using either a default constructor or a copy constructor that accepts another `VulnerableParameters` instance, allowing for flexibility in object creation."]]],[]]