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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `HttpTarget.Types.Header` class within the Google Cloud Tasks v2beta3 API, specifically focusing on version 3.0.0-beta06."],["The `HttpTarget.Types.Header` class defines a header message that can contain a key-value pair."],["It inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `Header()` and `Header(HttpTarget.Types.Header other)`, allowing for default and copy construction."],["The class features two string properties: `Key`, which represents the header's key, and `Value`, which stores the header's corresponding value."]]],[]]