VoteResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the vote. | [default to null] |
| profile_id | Long | Profile ID of the user who cast the vote. | [default to null] |
| target_id | Long | ID of the target entity that was voted on. | [default to null] |
| target_type | CommunityVoteTargetType | Type of the target entity. | [default to null] |
| vote_type | CommunityVoteType | Type of vote that was cast. | [default to null] |
| created_at | Date | Timestamp when the vote was created. | [default to null] |