| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| matched_count | Integer | ||
| modified_count | Integer |
require 'fastcomments-client'
instance = FastCommentsClient::UserNotificationWriteResponse.new(
status: null,
matched_count: null,
modified_count: null
)