CreateTicketRequest.Impact 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.
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