DuplicateVote
Represents a vote for duplicates of the issue.
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. |
issue | Issue | The duplicate issue that a user voted for. |
user | User | The user who voted for the duplicate issue. |