A Graph Dashboard
| KEY | TYPE | Description |
|---|---|---|
| name | str | The user-friendly name for the graph dashboard. |
| graphDashboardId | str | The unique identifier of the graph dashboard. |
| createdAt | str | Date and time at which the graph dashboard was created, in ISO-8601 format. |
| projectId | str | The unique identifier of the project this graph dashboard belongs to. |
| pythonFunctionIds | List[str] | List of Python function IDs included in the dashboard. |
| plotReferenceIds | List[str] | List of the graph reference IDs for the plots to the dashboard. |
| pythonFunctionNames | List[str] | List of names of each of the plots to the dashboard. |
| projectName | str | The name the graph dashboard belongs to. |
| description | str | The description of the graph dashboard. |