public sealed class UrlMapTestHeader : IMessage<UrlMapTestHeader>, IEquatable<UrlMapTestHeader>, IDeepCloneable<UrlMapTestHeader>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class UrlMapTestHeader.
[[["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."],[[["The `UrlMapTestHeader` class in the Google.Cloud.Compute.V1 API is used for defining HTTP headers in `UrlMapTests`."],["Version 3.6.0 is the latest documented version of the API, with a range of previous versions available from 3.5.0 down to 1.0.0."],["`UrlMapTestHeader` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and comparisons."],["The class includes properties `Name` and `Value`, which represent the header name and the header value respectively, and both are of string type."],["The `UrlMapTestHeader` class offers two constructors: a default parameterless one, and another that accepts a `UrlMapTestHeader` instance, allowing for creating copies of existing objects."]]],[]]