public sealed class Header : IMessage<VulnerableHeaders.Types.Header>, IEquatable<VulnerableHeaders.Types.Header>, IDeepCloneable<VulnerableHeaders.Types.Header>, 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 `Header` class, part of the `Google.Cloud.WebSecurityScanner.V1` namespace, describes an HTTP header."],["The latest version of the `Header` class is 2.5.0, while version 1.0.0 is also provided with further version iterations in between."],["The `Header` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two properties: `Name` (header name) and `Value` (header value), both of which are strings."],["There are two constructors available: a default constructor `Header()` and a copy constructor `Header(VulnerableHeaders.Types.Header other)`."]]],[]]