| Name | Type | Description | Notes |
|---|---|---|---|
| is_private | Boolean | [optional] | |
| avatar_src | String | [optional] | |
| display_name | String | ||
| id | String |
require 'fastcomments-client'
instance = FastCommentsClient::PageUserEntry.new(
is_private: null,
avatar_src: null,
display_name: null,
id: null
)