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-21 UTC."],[[["The latest version of `UrlMapTestHeader` is 3.6.0, with various other versions available, ranging from 1.0.0 to 3.5.0."],["`UrlMapTestHeader` is a class that represents HTTP headers used in `UrlMapTests` within the Google.Cloud.Compute.V1 namespace."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`UrlMapTestHeader` has properties `Name` and `Value` to represent the header name and value, with boolean properties `HasName` and `HasValue` to verify whether those are set."],["The class has two constructors: a default one and one that takes another `UrlMapTestHeader` object for deep cloning."]]],[]]