| Name | Type | Description | Notes |
|---|---|---|---|
| _id | String | ||
| created_at | Time | ||
| tenant_id | String | ||
| url_id | String | ||
| broadcast_id | String | ||
| data | String |
require 'fastcomments-client'
instance = FastCommentsClient::EventLogEntry.new(
_id: null,
created_at: null,
tenant_id: null,
url_id: null,
broadcast_id: null,
data: null
)