Class DeleteVoteInput


  • public class DeleteVoteInput
    extends Object
    Input passed to DELETE /changes/[id]/reviewers/[id]/votes/[label].
    • Field Detail

      • notify

        public NotifyHandling notify
        Who to send email notifications to after vote is deleted.
      • ignoreAutomaticAttentionSetRules

        public boolean ignoreAutomaticAttentionSetRules
        Users 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.
    • Constructor Detail

      • DeleteVoteInput

        public DeleteVoteInput()