Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 508 Bytes

File metadata and controls

22 lines (16 loc) · 508 Bytes

FastCommentsClient::AwardUserBadgeResponse

Properties

Name Type Description Notes
notes Array<String> [optional]
badges Array<CommentUserBadgeInfo> [optional]
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::AwardUserBadgeResponse.new(
  notes: null,
  badges: null,
  status: null
)