Skip to main content

ExportCaseModel

Model representing a single export case.

idIdrequired

Unique identifier for the export case

nameNamerequired

Friendly name of the export case

description object

Optional description of the export case

anyOf
string
created_atCreated Atrequired

Unix timestamp when the export case was created

updated_atUpdated Atrequired

Unix timestamp when the export case was last updated

ExportCaseModel
{
"id": "string",
"name": "string",
"description": "string",
"created_at": 0,
"updated_at": 0
}