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.
Implements
IMessageHttpTargetTypesHeader, IEquatableHttpTargetTypesHeader, IDeepCloneableHttpTargetTypesHeader, IBufferMessage, IMessageNamespace
Google.Cloud.Tasks.V2Beta3Assembly
Google.Cloud.Tasks.V2Beta3.dll
Constructors
Header()
public Header()
Header(Header)
public Header(HttpTarget.Types.Header other)
Parameter | |
---|---|
Name | Description |
other |
HttpTargetTypesHeader |
Properties
Key
public string Key { get; set; }
The Key of the header.
Property Value | |
---|---|
Type | Description |
string |
Value
public string Value { get; set; }
The Value of the header.
Property Value | |
---|---|
Type | Description |
string |