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 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."]]],[]]