| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| url_id | String | ||
| comment_id | String | ||
| user_id | String | ||
| direction | String | ||
| created_at | Time |
require 'fastcomments-client'
instance = FastCommentsClient::PublicVote.new(
id: null,
url_id: null,
comment_id: null,
user_id: null,
direction: null,
created_at: null
)