Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 597 Bytes

File metadata and controls

24 lines (18 loc) · 597 Bytes

FastCommentsClient::UpdateUserNotificationCommentSubscriptionStatusResponse

Properties

Name Type Description Notes
status APIStatus
matched_count Integer [optional]
modified_count Integer [optional]
note String [optional]

Example

require 'fastcomments-client'

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