Class contains an information of created job
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ExportsResponse", "type": "object", "properties": { "errorMessage": { "type": "string", "nullable": true }, "jobKey": { "type": "integer", "description": "Key of created job", "format": "int32" } }, "additionalProperties": false, "description": "Class contains an information of created job" }