Show / Hide Table of Contents

Class SourceUpdateDetails

Source updated configuration.

Inheritance
object
SourceUpdateDetails
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 SourceUpdateDetails

Properties

Parameters

Declaration
[JsonProperty(PropertyName = "parameters")]
public Dictionary<string, string> Parameters { get; set; }
Property Value
Type Description
Dictionary<string, string>

Log category parameters are stored here.

In this article
Back to top