headless_batch_engine 0.1.0

A client and model library for Liferay DXP's batch engine api, auto generated by open-api-generator.
Documentation
# ExportTask

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**class_name** | Option<**String**> | The item class name for which data will be exported in batch. | [optional]
**content_type** | Option<**String**> | The file content type. | [optional]
**end_time** | Option<**String**> | The end time of export task operation. | [optional]
**error_message** | Option<**String**> | The error message in case of export task's failed execution. | [optional]
**execute_status** | Option<**String**> | The status of export task's execution. | [optional]
**external_reference_code** | Option<**String**> | The optional external key of this account. | [optional]
**id** | Option<**i64**> | The task's ID. | [optional]
**processed_items_count** | Option<**i32**> | Number of items processed by export task opeartion. | [optional]
**start_time** | Option<**String**> | The start time of export task operation. | [optional]
**total_items_count** | Option<**i32**> | Total number of items that will be processed by export task operation. | [optional]
**x_class_name** | Option<**String**> |  | [optional][readonly][default to com.liferay.headless.batch.engine.dto.v1_0.ExportTask]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)