Export request object describing the export properties and overrides for tabular exports.
Name | Type | Description | Notes |
---|---|---|---|
file_name | str | Filename of downloaded file without extension. | |
format | str | Expected file format. | |
custom_override | CustomOverride | [optional] | |
execution_result | str | Execution result identifier. | [optional] |
metadata | JsonNode | [optional] | |
related_dashboard_id | str | Analytical dashboard identifier. Optional identifier, which informs the system that the export is related to a specific dashboard. | [optional] |
settings | Settings | [optional] | |
visualization_object | str | Visualization object identifier. Alternative to executionResult property. | [optional] |
visualization_object_custom_filters | [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}] | Optional custom filters (as array of IFilter objects defined in UI SDK) to be applied when visualizationObject is given. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |