| Name | Type | Description | Notes |
|---|---|---|---|
| commenter_email | String | ||
| commenter_name | String | ||
| vote_dir | String | ||
| url | String |
require 'fastcomments-client'
instance = FastCommentsClient::VoteBodyParams.new(
commenter_email: null,
commenter_name: null,
vote_dir: null,
url: null
)