public sealed class HttpTarget.Types.Header : IMessage<HttpTarget.Types.Header>, IEquatable<HttpTarget.Types.Header>, IDeepCloneable<HttpTarget.Types.Header>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class HttpTarget.Types.Header.
Defines a header message. A header can have a key and a value.
[[["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-07-02 UTC."],[[["This page provides reference documentation for the `HttpTarget.Types.Header` class within the Google Cloud Tasks v2beta3 API."],["The `HttpTarget.Types.Header` class defines a header message consisting of a key-value pair."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `HttpTarget.Types.Header` class offers two constructors, `Header()` and `Header(HttpTarget.Types.Header other)`."],["The `Key` and `Value` properties, both of type `string`, are used to set and get the key-value for a given header."]]],[]]