IssueDetailsModel.Id Property

Definition

Unique id of the issue.

[System.Text.Json.Serialization.JsonPropertyName("number")]
public int? Id { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("number")>]
member this.Id : Nullable<int> with get, set
Public Property Id As Nullable(Of Integer)

Property Value

Attributes

Applies to