CreateTicketRequest.Impact Property

Definition

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

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

Property Value

Attributes

Applies to