Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 978 Bytes

SqlDashboardWidgetOutput.md

File metadata and controls

17 lines (12 loc) · 978 Bytes

SqlDashboardWidgetOutput

Properties

Name Type Description Notes
widget_id Option<String> The canonical identifier of the SQL widget. [optional]
widget_title Option<String> The title of the SQL widget. [optional]
output_link Option<String> The link to find the output results. [optional]
status Option<String> The execution status of the SQL widget. [optional]
error Option<crate::models::SqlOutputError> [optional]
start_time Option<i64> Time (in epoch milliseconds) when execution of the SQL widget starts. [optional]
end_time Option<i64> Time (in epoch milliseconds) when execution of the SQL widget ends. [optional]

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