Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.16 KB

SlidesExportRequest.md

File metadata and controls

19 lines (14 loc) · 1.16 KB

SlidesExportRequest

Export request object describing the export properties and metadata for slides exports.

Properties

Name Type Description Notes
file_name str File name to be used for retrieving the pdf document.
format str Requested resulting file type.
dashboard_id str Dashboard identifier [optional]
metadata JsonNode [optional]
template_id str, none_type Export template identifier. [optional]
visualization_ids [str] List of visualization ids to be exported. Note that only one visualization is currently supported. [optional]
widget_ids [str] List of widget identifiers to be exported. Note that only one widget is currently supported. [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]

[Back to Model list] [Back to API list] [Back to README]