共用方式為


AlertErrorDetails.Occurences Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="occurences")]
public int? Occurences { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="occurences")>]
member this.Occurences : Nullable<int> with get, set
Public Property Occurences As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to