CreateTicketRequest.Urgency Property

Definition

Urgency of the problem (such as Low, Medium or High).

[System.Text.Json.Serialization.JsonPropertyName("urgency")]
public Azure.Connectors.Sdk.FreshService.Models.Urgency? Urgency { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("urgency")>]
member this.Urgency : Nullable<Azure.Connectors.Sdk.FreshService.Models.Urgency> with get, set
Public Property Urgency As Nullable(Of Urgency)

Property Value

Attributes

Applies to