Summary
    Defines the vote for a Azure DevOps pull request.
    
		- Namespace
- Cake.AzureDevOps .Repos .PullRequest 
- Interfaces
- 
									- IComparable
- IFormattable
- IConvertible
 
- Base Types
- 
									- object
- ValueType
- Enum
 
							graph BT
	Type-->Base0["Enum"]
	Base0-->Base1["ValueType"]
	Base1-->Base2["object"]
	Type-.->Interface0["IComparable"]
	Type-.->Interface1["IFormattable"]
	Type-.->Interface2["IConvertible"]
	Type["AzureDevOpsPullRequestVote"]
class Type type-node
						
					Syntax
public enum AzureDevOpsPullRequestVoteFields
| Name | Constant Value | Summary | 
|---|---|---|
| Approved | 10 | 
    Approve the changes.
     static | 
| Approved | 5 | 
    Approve the changes but let the author know there are some suggestions.
     static | 
| Rejected | -10 | 
    The changes aren't acceptable.
     static | 
| ResetFeedback | 0 | 
    Reset a previous vote.
     static | 
| WaitingForAuthor | -5 | 
    Do not approve the changes, the author should take some actions.
     static |