| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| matched_count | Integer | [optional] | |
| modified_count | Integer | [optional] | |
| note | String | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::UpdateUserNotificationCommentSubscriptionStatusResponse.new(
status: null,
matched_count: null,
modified_count: null,
note: null
)