Class LogAnalyticsParserCollection
LogAnalyticsParserCollection
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogAnalyticsParserCollection
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<LogAnalyticsParserSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<LogAnalyticsParserSummary> | An array of parsers. |