Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.03 KB

File metadata and controls

36 lines (30 loc) · 1.03 KB

FastCommentsClient::DeleteCommentPublic200Response

Properties

Name Type Description Notes
comment DeletedCommentResultComment [optional]
hard_removed Boolean
status APIStatus
reason String
code String
secondary_code String [optional]
banned_until Integer [optional]
max_character_length Integer [optional]
translated_error String [optional]
custom_config CustomConfigParameters [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::DeleteCommentPublic200Response.new(
  comment: null,
  hard_removed: null,
  status: null,
  reason: null,
  code: null,
  secondary_code: null,
  banned_until: null,
  max_character_length: null,
  translated_error: null,
  custom_config: null
)