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