Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 370 Bytes

File metadata and controls

20 lines (14 loc) · 370 Bytes

FastCommentsClient::ModerationExportResponse

Properties

Name Type Description Notes
status String
batch_job_id String

Example

require 'fastcomments-client'

instance = FastCommentsClient::ModerationExportResponse.new(
  status: null,
  batch_job_id: null
)