| Name | Type | Description | Notes |
|---|---|---|---|
| status | String | ||
| job_status | String | ||
| record_count | Integer | ||
| download_url | String | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::ModerationExportStatusResponse.new(
status: null,
job_status: null,
record_count: null,
download_url: null
)