Google Cloud Tasks v2beta3 API - Class HttpTarget.Types.HeaderOverride (3.0.0-beta09)

public sealed class HttpTarget.Types.HeaderOverride : IMessage<HttpTarget.Types.HeaderOverride>, IEquatable<HttpTarget.Types.HeaderOverride>, IDeepCloneable<HttpTarget.Types.HeaderOverride>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class HttpTarget.Types.HeaderOverride.

Wraps the Header object.

Inheritance

object > HttpTarget.Types.HeaderOverride

Namespace

Google.Cloud.Tasks.V2Beta3

Assembly

Google.Cloud.Tasks.V2Beta3.dll

Constructors

HeaderOverride()

public HeaderOverride()

HeaderOverride(HeaderOverride)

public HeaderOverride(HttpTarget.Types.HeaderOverride other)
Parameter
Name Description
other HttpTargetTypesHeaderOverride

Properties

Header

public HttpTarget.Types.Header Header { get; set; }

Header embodying a key and a value.

Do not put business sensitive or personally identifying data in the HTTP Header Override Configuration or other similar fields in accordance with Section 12 (Resource Fields) of the Service Specific Terms.

Property Value
Type Description
HttpTargetTypesHeader