| Name | Type | Description | Notes |
|---|---|---|---|
| comment | DeletedCommentResultComment | [optional] | |
| hard_removed | Boolean | ||
| status | APIStatus |
require 'fastcomments-client'
instance = FastCommentsClient::PublicAPIDeleteCommentResponse.new(
comment: null,
hard_removed: null,
status: null
)