Edit

IdentityRefWithVote.Vote Property

Definition

Vote on a pull request:
10 - approved 5 - approved with suggestions 0 - no vote -5 - waiting for author -10 - rejected

[Newtonsoft.Json.JsonProperty(PropertyName="vote")]
[System.Runtime.Serialization.DataMember(Name="vote")]
public short Vote { get; set; }
member this.Vote : int16 with get, set
Public Property Vote As Short

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to