Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 493 Bytes

File metadata and controls

20 lines (14 loc) · 493 Bytes

FastCommentsClient::GetEmailTemplateRenderErrorsResponse

Properties

Name Type Description Notes
status APIStatus
render_errors Array<EmailTemplateRenderErrorResponse>

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetEmailTemplateRenderErrorsResponse.new(
  status: null,
  render_errors: null
)