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"]],[["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-04-02 UTC."],[[["This page details the `Header` class within the `Google.Cloud.WebSecurityScanner.V1` namespace, specifically version 2.0.0, which describes an HTTP Header."],["The `Header` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation within the .NET environment."],["It includes two constructors: a default `Header()` constructor and a `Header(VulnerableHeaders.Types.Header)` constructor, allowing for object initialization with or without an existing Header object."],["The class exposes two properties, `Name` and `Value`, both of type string, which represent the header's name and value respectively."],["There are several previous versions available of the class, ranging from 1.0.0 to 2.5.0, indicating the history and development of the `Header` class."]]],[]]