Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 439 Bytes

File metadata and controls

20 lines (14 loc) · 439 Bytes

FastCommentsClient::RemoveUserBadgeResponse

Properties

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

Example

require 'fastcomments-client'

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