Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 478 Bytes

File metadata and controls

20 lines (14 loc) · 478 Bytes

FastCommentsClient::APIModerateGetUserBanPreferencesResponse

Properties

Name Type Description Notes
preferences APIModerateUserBanPreferences
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::APIModerateGetUserBanPreferencesResponse.new(
  preferences: null,
  status: null
)