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-31 UTC."],[[["The `UrlMapTestHeader` class, part of the `Google.Cloud.Compute.V1` namespace, is used to represent HTTP headers in UrlMapTests and is available across multiple versions, from 1.0.0 to 3.6.0, with 3.6.0 being the latest release."],["`UrlMapTestHeader` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality checks, deep cloning, and buffer operations."],["The class has two constructors: a default one and one that takes another `UrlMapTestHeader` object for creating copies, and the properties `Name` and `Value` can be set and returned as string values, representing the name and value of the header."],["`UrlMapTestHeader` has properties `HasName` and `HasValue` that return a boolean indicating if the name or value field is set."],["The `UrlMapTestHeader` class inherits members from the `Object` class and is part of the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]