Share via


UpdateSupportTicket.Severity Property

Definition

Gets or sets severity level. Possible values include: 'minimal', 'moderate', 'critical', 'highestcriticalimpact'

[Newtonsoft.Json.JsonProperty(PropertyName="severity")]
public string Severity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="severity")>]
member this.Severity : string with get, set
Public Property Severity As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to