Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 539 Bytes

File metadata and controls

22 lines (16 loc) · 539 Bytes

FastCommentsClient::GetBannedUsersFromCommentResponse

Properties

Name Type Description Notes
banned_users Array<APIBannedUserWithMultiMatchInfo>
code String [optional]
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetBannedUsersFromCommentResponse.new(
  banned_users: null,
  code: null,
  status: null
)