Show / Hide Table of Contents

Class UnifiedAgentCustomSection

Custom section in custom filter

Inheritance
object
UnifiedAgentCustomSection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentCustomSection

Properties

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

In this article
Back to top