| Name | Type | Description | Notes |
|---|---|---|---|
| status | String | ||
| changelog | APIBanUserChangeLog | [optional] | |
| code | String | [optional] | |
| reason | String | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::BanUserFromCommentResult.new(
status: null,
changelog: null,
code: null,
reason: null
)