CreateTicketRequest.Urgency Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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