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