Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 710 Bytes

File metadata and controls

26 lines (20 loc) · 710 Bytes

FastCommentsClient::SaveCommentsResponseWithPresence

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]
user_id_ws String [optional]

Example

require 'fastcomments-client'

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