| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| tenant_id | String | ||
| custom_template_id | String | ||
| error | String | ||
| count | Float | ||
| created_at | Time | ||
| last_occurred_at | Time |
require 'fastcomments-client'
instance = FastCommentsClient::EmailTemplateRenderErrorResponse.new(
id: null,
tenant_id: null,
custom_template_id: null,
error: null,
count: null,
created_at: null,
last_occurred_at: null
)