Class UnifiedAgentCustomSection
Custom section in custom filter
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentCustomSectionProperties
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the custom section | 
Params
Declaration
[JsonProperty(PropertyName = "params")]
public Dictionary<string, string> Params { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, string> | Parameters in the custom section |