FastCommentsClient::SaveComment200Response
| Name |
Type |
Description |
Notes |
| status |
APIStatus |
|
|
| comment |
FComment |
|
|
| user |
UserSessionInfo |
|
|
| module_data |
Hash<String, Object> |
Construct a type with a set of properties K of type T |
[optional] |
| reason |
String |
|
|
| code |
String |
|
|
| secondary_code |
String |
|
[optional] |
| banned_until |
Integer |
|
[optional] |
| max_character_length |
Integer |
|
[optional] |
| translated_error |
String |
|
[optional] |
| custom_config |
CustomConfigParameters |
|
[optional] |
require 'fastcomments-client'
instance = FastCommentsClient::SaveComment200Response.new(
status: null,
comment: null,
user: null,
module_data: null,
reason: null,
code: null,
secondary_code: null,
banned_until: null,
max_character_length: null,
translated_error: null,
custom_config: null
)