| Name | Type | Description | Notes |
|---|---|---|---|
| banned_users | Array<APIBannedUserWithMultiMatchInfo> | ||
| code | String | [optional] | |
| status | APIStatus |
require 'fastcomments-client'
instance = FastCommentsClient::GetBannedUsersFromCommentResponse.new(
banned_users: null,
code: null,
status: null
)