# DuplicateVote

Represents a vote for duplicates of the issue.
## Attributes

This table describes attributes of the `DuplicateVote` entity.

* To receive an attribute in the response from the server, specify it explicitly in the `fields` request parameter.

* To update an attribute, provide it in the body of a POST request.

|  Field  |  Type  |  Description  |
| --- | --- | --- |
|  id  |  String  |  The ID of the vote for the duplicate issue. `Read-only`.  |
|  issue  |  [Issue](api-entity-Issue.html)  |  The duplicate issue that a user voted for. `Read-only`. `Can be null`.  |
|  user  |  [User](api-entity-User.html)  |  The user who voted for the duplicate issue. `Read-only`. `Can be null`.  |

