| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| user_badges | Array<UserBadge> |
require 'fastcomments-client'
instance = FastCommentsClient::APIGetUserBadgesResponse.new(
status: null,
user_badges: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| user_badges | Array<UserBadge> |
require 'fastcomments-client'
instance = FastCommentsClient::APIGetUserBadgesResponse.new(
status: null,
user_badges: null
)