Class UnifiedAgentLoggingSource
Logging source object.
Inheritance
UnifiedAgentLoggingSource
      
      
      
  Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
[JsonConverter(typeof(UnifiedAgentLoggingSourceModelConverter))]
public class UnifiedAgentLoggingSourceProperties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique name for the source. | 
Remarks
Required