| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| tag | String | ||
| raw_tag | String | [optional] | |
| type | String | [optional] | |
| sent | Boolean | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::CommentUserMentionInfo.new(
id: null,
tag: null,
raw_tag: null,
type: null,
sent: null
)