| Name | Type | Description | Notes |
|---|---|---|---|
| notes | Array<String> | [optional] | |
| badges | Array<CommentUserBadgeInfo> | [optional] | |
| status | APIStatus |
require 'fastcomments-client'
instance = FastCommentsClient::AwardUserBadgeResponse.new(
notes: null,
badges: null,
status: null
)