| Name | Type | Description | Notes |
|---|---|---|---|
| user_id | String | ||
| badge_id | String | ||
| displayed_on_comments | Boolean | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::CreateUserBadgeParams.new(
user_id: null,
badge_id: null,
displayed_on_comments: null
)