次の方法で共有


UpdateSupportTicket.Severity プロパティ

定義

重大度レベルを取得または設定します。 使用可能な値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象