IdentityRefWithVote Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identity information including a vote on a pull request.
[Newtonsoft.Json.JsonObject(MemberSerialization=Newtonsoft.Json.MemberSerialization.OptIn)]
public class IdentityRefWithVote : Microsoft.VisualStudio.Services.WebApi.IdentityRef
type IdentityRefWithVote = class
inherit IdentityRef
Public Class IdentityRefWithVote
Inherits IdentityRef
- Inheritance
-
Microsoft.VisualStudio.Services.WebApi.IdentityRefIdentityRefWithVote
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
| IdentityRefWithVote() | |
| IdentityRefWithVote(IdentityRef) |
Properties
| IsRequired |
Indicates if this is a required reviewer for this pull request.
|
| ReviewerUrl |
URL to retrieve information about this identity |
| Vote |
Vote on a pull request: |
| VotedFor |
Groups or teams that that this reviewer contributed to.
|