Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 849 Bytes

VisualExportRequest.md

File metadata and controls

15 lines (10 loc) · 849 Bytes

VisualExportRequest

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

Properties

Name Type Description Notes
dashboard_id str Dashboard identifier
file_name str File name to be used for retrieving the pdf document.
metadata {str: (bool, date, datetime, dict, float, int, list, str, none_type)} Metadata definition in free-form JSON format. [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]