FastCommentsClient::UserBadgeProgress
| Name |
Type |
Description |
Notes |
| _id |
String |
|
|
| tenant_id |
String |
|
|
| user_id |
String |
|
|
| first_comment_id |
String |
|
|
| first_comment_date |
Time |
|
|
| auto_trust_factor |
Float |
|
[optional] |
| manual_trust_factor |
Float |
|
[optional] |
| progress |
Hash<String, Float> |
Construct a type with a set of properties K of type T |
|
| tos_accepted_at |
Time |
|
[optional] |
require 'fastcomments-client'
instance = FastCommentsClient::UserBadgeProgress.new(
_id: null,
tenant_id: null,
user_id: null,
first_comment_id: null,
first_comment_date: null,
auto_trust_factor: null,
manual_trust_factor: null,
progress: null,
tos_accepted_at: null
)