Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 449 Bytes

File metadata and controls

22 lines (16 loc) · 449 Bytes

FastCommentsClient::CreateUserBadgeParams

Properties

Name Type Description Notes
user_id String
badge_id String
displayed_on_comments Boolean [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::CreateUserBadgeParams.new(
  user_id: null,
  badge_id: null,
  displayed_on_comments: null
)