| Name | Type | Description | Notes |
|---|---|---|---|
| status | String | ||
| vote_id | String | [optional] | |
| is_verified | Boolean | [optional] | |
| user | VoteResponseUser | [optional] | |
| edit_key | String | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::VoteResponse.new(
status: null,
vote_id: null,
is_verified: null,
user: null,
edit_key: null
)