Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 434 Bytes

File metadata and controls

20 lines (14 loc) · 434 Bytes

FastCommentsClient::SetUserTrustFactorResponse

Properties

Name Type Description Notes
previous_manual_trust_factor Float [optional]
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::SetUserTrustFactorResponse.new(
  previous_manual_trust_factor: null,
  status: null
)