Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 665 Bytes

File metadata and controls

30 lines (24 loc) · 665 Bytes

FastCommentsClient::EmailTemplateRenderErrorResponse

Properties

Name Type Description Notes
id String
tenant_id String
custom_template_id String
error String
count Float
created_at Time
last_occurred_at Time

Example

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
)