Show / Hide Table of Contents

Class LabelPriority

The label priority.

Inheritance
object
LabelPriority
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top