public sealed class UrlMapTestHeader : IMessage<UrlMapTestHeader>, IEquatable<UrlMapTestHeader>, IDeepCloneable<UrlMapTestHeader>, 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-24 UTC."],[[["The `UrlMapTestHeader` class, part of the `Google.Cloud.Compute.V1` namespace, is used to manage HTTP headers in UrlMapTests and is available across multiple versions, with the latest being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality comparison, deep cloning, and buffer management."],["The `UrlMapTestHeader` class provides properties to set and manage header names and values, namely `Name` and `Value`, along with `HasName` and `HasValue` properties to check if they have been initialized."],["The class also has two constructors, a default constructor and another that accepts an existing UrlMapTestHeader object as a parameter."],["A comprehensive list of available versions, ranging from 1.0.0 to 3.6.0, is available for this class, showcasing the evolution and updates over time."]]],[]]