[JsonPropertyNameAttribute("id")]
[JsonPropertyAttribute("id")]
public int? Id { get; set; }
<JsonPropertyNameAttribute("id")>
<JsonPropertyAttribute("id")>
Public Property Id As Integer?
Get
Set
[<JsonPropertyNameAttribute("id")>]
[<JsonPropertyAttribute("id")>]
member Id : Nullable<int> with get, set