Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 906 Bytes

File metadata and controls

34 lines (28 loc) · 906 Bytes

FastCommentsClient::UserBadgeProgress

Properties

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]

Example

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
)