Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 479 Bytes

File metadata and controls

22 lines (16 loc) · 479 Bytes

FastCommentsClient::APICreateUserBadgeResponse

Properties

Name Type Description Notes
status APIStatus
user_badge UserBadge
notes Array<String> [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::APICreateUserBadgeResponse.new(
  status: null,
  user_badge: null,
  notes: null
)