FastCommentsClient::UserBadge
| Name |
Type |
Description |
Notes |
| _id |
String |
|
|
| user_id |
String |
|
|
| badge_id |
String |
|
|
| from_tenant_id |
String |
|
|
| created_at |
Time |
|
|
| type |
Integer |
|
|
| threshold |
Integer |
|
|
| description |
String |
|
|
| display_label |
String |
|
|
| display_src |
String |
|
[optional] |
| background_color |
String |
|
[optional] |
| border_color |
String |
|
[optional] |
| text_color |
String |
|
[optional] |
| css_class |
String |
|
[optional] |
| veteran_user_threshold_millis |
Integer |
|
|
| displayed_on_comments |
Boolean |
|
|
| received_at |
Time |
|
|
| order |
Integer |
|
[optional] |
| url_id |
String |
|
[optional] |
require 'fastcomments-client'
instance = FastCommentsClient::UserBadge.new(
_id: null,
user_id: null,
badge_id: null,
from_tenant_id: null,
created_at: null,
type: null,
threshold: null,
description: null,
display_label: null,
display_src: null,
background_color: null,
border_color: null,
text_color: null,
css_class: null,
veteran_user_threshold_millis: null,
displayed_on_comments: null,
received_at: null,
order: null,
url_id: null
)