ExportCaseModel
Model representing a single export case.
idId (string)required
Unique identifier for the export case
nameName (string)required
Friendly name of the export case
description object
Optional description of the export case
- string
- null
string
null
created_atCreated At (number)required
Unix timestamp when the export case was created
updated_atUpdated At (number)required
Unix timestamp when the export case was last updated
ExportCaseModel
{
"id": "string",
"name": "string",
"description": "string",
"created_at": 0,
"updated_at": 0
}