| Name | Type | Description | Notes |
|---|---|---|---|
| date | Time | ||
| username | String | [optional] | |
| action_name | String | ||
| message_html | String |
require 'fastcomments-client'
instance = FastCommentsClient::ModerationAPICommentLog.new(
date: null,
username: null,
action_name: null,
message_html: null
)