Class LabelPriority
The label priority.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LabelPriority
Properties
Priority
Declaration
[JsonProperty(PropertyName = "priority")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LabelPriority.PriorityEnum? Priority { get; set; }
Property Value
Type | Description |
---|---|
LabelPriority.PriorityEnum? | The label priority. Default value is NONE. |