Class DeleteVoteInput
java.lang.Object
com.google.gerrit.extensions.api.changes.DeleteVoteInput
Input passed to 
DELETE /changes/[id]/reviewers/[id]/votes/[label].- 
Field SummaryFieldsModifier and TypeFieldDescriptionbooleanUsers in the attention set will not be added/removed from this endpoint call.Who to send email notifications to after vote is deleted.Reason for this vote deletion.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
label
- 
notifyWho to send email notifications to after vote is deleted.
- 
notifyDetails
- 
ignoreAutomaticAttentionSetRulespublic boolean ignoreAutomaticAttentionSetRulesUsers in the attention set will not be added/removed from this endpoint call. Normally, users are added to the attention set upon deletion of their vote by other users.
- 
reasonReason for this vote deletion. Will appear in the change message.
 
- 
- 
Constructor Details- 
DeleteVoteInputpublic DeleteVoteInput()
 
-