Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 634 Bytes

File metadata and controls

24 lines (18 loc) · 634 Bytes

FastCommentsClient::SaveCommentResponseOptimized

Properties

Name Type Description Notes
status APIStatus
comment PublicComment
user UserSessionInfo
module_data Hash<String, Object> Construct a type with a set of properties K of type T [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::SaveCommentResponseOptimized.new(
  status: null,
  comment: null,
  user: null,
  module_data: null
)