| Name | Type | Description | Notes |
|---|---|---|---|
| is_deleted | Boolean | [optional] | |
| comment_html | String | ||
| commenter_name | String | ||
| user_id | String | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::DeletedCommentResultComment.new(
is_deleted: null,
comment_html: null,
commenter_name: null,
user_id: null
)