public sealed class CustomAPIQueryKeyValue : IMessage<CustomAPIQueryKeyValue>, IEquatable<CustomAPIQueryKeyValue>, IDeepCloneable<CustomAPIQueryKeyValue>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class CustomAPIQueryKeyValue.
CustomAPIQueryKeyValue defines dynamic query parameters key-values for Custom API Auth.
Implements
IMessageCustomAPIQueryKeyValue, IEquatableCustomAPIQueryKeyValue, IDeepCloneableCustomAPIQueryKeyValue, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
CustomAPIQueryKeyValue()
public CustomAPIQueryKeyValue()CustomAPIQueryKeyValue(CustomAPIQueryKeyValue)
public CustomAPIQueryKeyValue(CustomAPIQueryKeyValue other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomAPIQueryKeyValue |
Properties
Key
public string Key { get; set; }Required. Enter the name of the URL Query Parameter (e.g., api_key or token).
| Property Value | |
|---|---|
| Type | Description |
string |
|
Value
public string Value { get; set; }Required. Enter the API Key or credential value associated with the query parameter.
| Property Value | |
|---|---|
| Type | Description |
string |
|