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."],[[["This webpage details the `Header` class within the `Google.Cloud.WebSecurityScanner.V1` namespace, which is used to describe an HTTP Header."],["The latest version of this object is `2.5.0`, but there are multiple versions all the way back to `1.0.0`."],["The `Header` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two main properties `Name` and `Value`, both of which are strings, representing the header name and value respectively."],["The class includes two constructors: a default `Header()` and another that accepts a `VulnerableHeaders.Types.Header` object."]]],[]]