Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 469 Bytes

File metadata and controls

22 lines (16 loc) · 469 Bytes

FastCommentsClient::UserNotificationWriteResponse

Properties

Name Type Description Notes
status APIStatus
matched_count Integer
modified_count Integer

Example

require 'fastcomments-client'

instance = FastCommentsClient::UserNotificationWriteResponse.new(
  status: null,
  matched_count: null,
  modified_count: null
)