| Name | Type | Description | Notes |
|---|---|---|---|
| _id | String | ||
| tenant_id | String | ||
| url_id | String | ||
| url_id_raw | String | ||
| comment_id | String | ||
| user_id | String | [optional] | |
| direction | Integer | ||
| created_at | Integer | ||
| verification_id | String |
require 'fastcomments-client'
instance = FastCommentsClient::PubSubVote.new(
_id: null,
tenant_id: null,
url_id: null,
url_id_raw: null,
comment_id: null,
user_id: null,
direction: null,
created_at: null,
verification_id: null
)