Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 373 Bytes

File metadata and controls

20 lines (14 loc) · 373 Bytes

FastCommentsClient::GetBannedUsersCountResponse

Properties

Name Type Description Notes
total_count Float
status String

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetBannedUsersCountResponse.new(
  total_count: null,
  status: null
)