Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 497 Bytes

File metadata and controls

22 lines (16 loc) · 497 Bytes

FastCommentsClient::GetUserTrustFactorResponse

Properties

Name Type Description Notes
manual_trust_factor Float [optional]
auto_trust_factor Float [optional]
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetUserTrustFactorResponse.new(
  manual_trust_factor: null,
  auto_trust_factor: null,
  status: null
)