public sealed class CustomAPIHeaderKeyValue : IMessage<CustomAPIHeaderKeyValue>, IEquatable<CustomAPIHeaderKeyValue>, IDeepCloneable<CustomAPIHeaderKeyValue>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class CustomAPIHeaderKeyValue.
CustomAPIHeaderKeyValue defines dynamic headers key-values for Custom API.
Implements
IMessageCustomAPIHeaderKeyValue, IEquatableCustomAPIHeaderKeyValue, IDeepCloneableCustomAPIHeaderKeyValue, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
CustomAPIHeaderKeyValue()
public CustomAPIHeaderKeyValue()CustomAPIHeaderKeyValue(CustomAPIHeaderKeyValue)
public CustomAPIHeaderKeyValue(CustomAPIHeaderKeyValue other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomAPIHeaderKeyValue |
Properties
Key
public string Key { get; set; }Required. Enter the name of the HTTP Request header (e.g., Authorization or X-API-Key).
| Property Value | |
|---|---|
| Type | Description |
string |
|
Value
public string Value { get; set; }Required. Enter the API Key, Bearer Token, or credential value associated with the header.
| Property Value | |
|---|---|
| Type | Description |
string |
|