| Name | Type | Description | Notes |
|---|---|---|---|
| _id | String | ||
| username | String | ||
| display_name | String | [optional] | |
| avatar_src | String | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::ModerationUserSearchProjected.new(
_id: null,
username: null,
display_name: null,
avatar_src: null
)