public class DeleteVoteInput
extends java.lang.Object
DELETE /changes/[id]/reviewers/[id]/votes/[label]
.Modifier and Type | Field and Description |
---|---|
java.lang.String |
label |
NotifyHandling |
notify
Who to send email notifications to after vote is deleted.
|
java.util.Map<RecipientType,NotifyInfo> |
notifyDetails |
Constructor and Description |
---|
DeleteVoteInput() |
public java.lang.String label
public NotifyHandling notify
public java.util.Map<RecipientType,NotifyInfo> notifyDetails