Class LogAnalyticsLabelCollection
A collection of LogAnalytics Labels.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogAnalyticsLabelCollection
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<LogAnalyticsLabelSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<LogAnalyticsLabelSummary> | An array of log analytics label summaries. |