| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| vote_user_names | Array<String> | ||
| has_more | Boolean |
require 'fastcomments-client'
instance = FastCommentsClient::GetCommentVoteUserNamesSuccessResponse.new(
status: null,
vote_user_names: null,
has_more: null
)