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