Class SourceUpdateDetails
Source updated configuration.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class SourceUpdateDetailsProperties
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. |