Google Cloud Tasks v2beta3 API - Class HttpTarget.Types.Header (3.0.0-beta06)

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.

Inheritance

object > HttpTarget.Types.Header

Namespace

Google.Cloud.Tasks.V2Beta3

Assembly

Google.Cloud.Tasks.V2Beta3.dll

Constructors

Header()

public Header()

Header(Header)

public Header(HttpTarget.Types.Header other)
Parameter
NameDescription
otherHttpTargetTypesHeader

Properties

Key

public string Key { get; set; }

The Key of the header.

Property Value
TypeDescription
string

Value

public string Value { get; set; }

The Value of the header.

Property Value
TypeDescription
string