| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| comment | PublicComment | ||
| user | UserSessionInfo | ||
| module_data | Hash<String, Object> | Construct a type with a set of properties K of type T | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::SaveCommentResponseOptimized.new(
status: null,
comment: null,
user: null,
module_data: null
)