-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notebooks Public API Documentation (#432)
* Add cassettes * Update cassettes * More cassettes * Regenerate client from commit 62c8ffe of spec repo Co-authored-by: Thomas Hervé <thomas.herve@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
- Loading branch information
1 parent
8502818
commit 43271fd
Showing
135 changed files
with
11,724 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# NotebookAbsoluteTime | ||
|
||
Absolute timeframe. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**end** | **datetime** | The end time. | | ||
**start** | **datetime** | The start time. | | ||
**live** | **bool** | Indicates whether the timeframe should be shifted to end at the current time. | [optional] | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# NotebookAuthor | ||
|
||
Attributes of user object returned by the API. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**created_at** | **datetime** | Creation time of the user. | [optional] | ||
**disabled** | **bool** | Whether the user is disabled. | [optional] | ||
**email** | **str** | Email of the user. | [optional] | ||
**handle** | **str** | Handle of the user. | [optional] | ||
**icon** | **str** | URL of the user's icon. | [optional] | ||
**name** | **str** | Name of the user. | [optional] | ||
**status** | **str** | Status of the user. | [optional] | ||
**title** | **str** | Title of the user. | [optional] | ||
**verified** | **bool** | Whether the user is verified. | [optional] | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# NotebookCellCreateRequest | ||
|
||
The description of a notebook cell create request. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**attributes** | [**NotebookCellCreateRequestAttributes**](NotebookCellCreateRequestAttributes.md) | | | ||
**type** | [**NotebookCellResourceType**](NotebookCellResourceType.md) | | | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# NotebookCellCreateRequestAttributes | ||
|
||
The attributes of a notebook cell in create cell request. Valid cell types are `markdown`, `timeseries`, `toplist`, `heatmap`, `distribution`, `log_stream`. [More information on each graph visualization type.](https://docs.datadoghq.com/dashboards/widgets/) | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**graph_size** | [**NotebookGraphSize**](NotebookGraphSize.md) | | [optional] | ||
**split_by** | [**NotebookSplitBy**](NotebookSplitBy.md) | | [optional] | ||
**time** | [**NotebookCellTime**](NotebookCellTime.md) | | [optional] | ||
**definition** | [**LogStreamWidgetDefinition**](LogStreamWidgetDefinition.md) | | [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]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# NotebookCellResourceType | ||
|
||
Type of the Notebook Cell resource. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**value** | **str** | Type of the Notebook Cell resource. | defaults to "notebook_cells", must be one of ["notebook_cells", ] | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# NotebookCellResponse | ||
|
||
The description of a notebook cell response. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**attributes** | [**NotebookCellResponseAttributes**](NotebookCellResponseAttributes.md) | | | ||
**id** | **str** | Notebook cell ID. | | ||
**type** | [**NotebookCellResourceType**](NotebookCellResourceType.md) | | | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# NotebookCellResponseAttributes | ||
|
||
The attributes of a notebook cell response. Valid cell types are `markdown`, `timeseries`, `toplist`, `heatmap`, `distribution`, `log_stream`. [More information on each graph visualization type.](https://docs.datadoghq.com/dashboards/widgets/) | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**graph_size** | [**NotebookGraphSize**](NotebookGraphSize.md) | | [optional] | ||
**split_by** | [**NotebookSplitBy**](NotebookSplitBy.md) | | [optional] | ||
**time** | [**NotebookCellTime**](NotebookCellTime.md) | | [optional] | ||
**definition** | [**LogStreamWidgetDefinition**](LogStreamWidgetDefinition.md) | | [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]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# NotebookCellTime | ||
|
||
Timeframe for the notebook cell. When 'null', the notebook global time is used. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**live** | **bool** | Indicates whether the timeframe should be shifted to end at the current time. | [optional] | ||
**live_span** | [**WidgetLiveSpan**](WidgetLiveSpan.md) | | [optional] | ||
**end** | **datetime** | The end time. | [optional] | ||
**start** | **datetime** | The start time. | [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]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# NotebookCellUpdateRequest | ||
|
||
The description of a notebook cell update request. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**attributes** | [**NotebookCellUpdateRequestAttributes**](NotebookCellUpdateRequestAttributes.md) | | | ||
**id** | **str** | Notebook cell ID. | | ||
**type** | [**NotebookCellResourceType**](NotebookCellResourceType.md) | | | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# NotebookCellUpdateRequestAttributes | ||
|
||
The attributes of a notebook cell in update cell request. Valid cell types are `markdown`, `timeseries`, `toplist`, `heatmap`, `distribution`, `log_stream`. [More information on each graph visualization type.](https://docs.datadoghq.com/dashboards/widgets/) | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**graph_size** | [**NotebookGraphSize**](NotebookGraphSize.md) | | [optional] | ||
**split_by** | [**NotebookSplitBy**](NotebookSplitBy.md) | | [optional] | ||
**time** | [**NotebookCellTime**](NotebookCellTime.md) | | [optional] | ||
**definition** | [**LogStreamWidgetDefinition**](LogStreamWidgetDefinition.md) | | [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]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# NotebookCreateData | ||
|
||
The data for a notebook create request. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**attributes** | [**NotebookCreateDataAttributes**](NotebookCreateDataAttributes.md) | | | ||
**type** | [**NotebookResourceType**](NotebookResourceType.md) | | | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# NotebookCreateDataAttributes | ||
|
||
The data attributes of a notebook. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**cells** | [**[NotebookCellCreateRequest]**](NotebookCellCreateRequest.md) | List of cells to display in the notebook. | | ||
**name** | **str** | Notebook name. | | ||
**time** | [**NotebookGlobalTime**](NotebookGlobalTime.md) | | | ||
**status** | [**NotebookStatus**](NotebookStatus.md) | | [optional] | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# NotebookCreateRequest | ||
|
||
The description of a notebook create request. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**data** | [**NotebookCreateData**](NotebookCreateData.md) | | | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# NotebookDistributionCellAttributes | ||
|
||
The attributes of a notebook distribution cell. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**definition** | [**DistributionWidgetDefinition**](DistributionWidgetDefinition.md) | | | ||
**graph_size** | [**NotebookGraphSize**](NotebookGraphSize.md) | | [optional] | ||
**split_by** | [**NotebookSplitBy**](NotebookSplitBy.md) | | [optional] | ||
**time** | [**NotebookCellTime**](NotebookCellTime.md) | | [optional] | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# NotebookGlobalTime | ||
|
||
Notebook global timeframe. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**live** | **bool** | Indicates whether the timeframe should be shifted to end at the current time. | [optional] | ||
**live_span** | [**WidgetLiveSpan**](WidgetLiveSpan.md) | | [optional] | ||
**end** | **datetime** | The end time. | [optional] | ||
**start** | **datetime** | The start time. | [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]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# NotebookGraphSize | ||
|
||
The size of the graph. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**value** | **str** | The size of the graph. | must be one of ["xs", "s", "m", "l", "xl", ] | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# NotebookHeatMapCellAttributes | ||
|
||
The attributes of a notebook heat map cell. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**definition** | [**HeatMapWidgetDefinition**](HeatMapWidgetDefinition.md) | | | ||
**graph_size** | [**NotebookGraphSize**](NotebookGraphSize.md) | | [optional] | ||
**split_by** | [**NotebookSplitBy**](NotebookSplitBy.md) | | [optional] | ||
**time** | [**NotebookCellTime**](NotebookCellTime.md) | | [optional] | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# NotebookLogStreamCellAttributes | ||
|
||
The attributes of a notebook log stream cell. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**definition** | [**LogStreamWidgetDefinition**](LogStreamWidgetDefinition.md) | | | ||
**graph_size** | [**NotebookGraphSize**](NotebookGraphSize.md) | | [optional] | ||
**time** | [**NotebookCellTime**](NotebookCellTime.md) | | [optional] | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# NotebookMarkdownCellAttributes | ||
|
||
The attributes of a notebooks markdown cell. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**definition** | [**NotebookMarkdownCellDefinition**](NotebookMarkdownCellDefinition.md) | | | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# NotebookMarkdownCellDefinition | ||
|
||
Text in a notebook is formatted with [Markdown](https://daringfireball.net/projects/markdown/), which enables the use of headings, subheadings, links, images, lists, and code blocks. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**text** | **str** | The markdown content. | | ||
**type** | [**NotebookMarkdownCellDefinitionType**](NotebookMarkdownCellDefinitionType.md) | | | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# NotebookMarkdownCellDefinitionType | ||
|
||
Type of the markdown cell. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**value** | **str** | Type of the markdown cell. | defaults to "markdown", must be one of ["markdown", ] | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# NotebookRelativeTime | ||
|
||
Relative timeframe. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**live_span** | [**WidgetLiveSpan**](WidgetLiveSpan.md) | | | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# NotebookResourceType | ||
|
||
Type of the Notebook resource. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**value** | **str** | Type of the Notebook resource. | defaults to "notebooks", must be one of ["notebooks", ] | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# NotebookResponse | ||
|
||
The description of a notebook response. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**data** | [**NotebookResponseData**](NotebookResponseData.md) | | [optional] | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# NotebookResponseData | ||
|
||
The data for a notebook. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**attributes** | [**NotebookResponseDataAttributes**](NotebookResponseDataAttributes.md) | | | ||
**id** | **int** | Unique notebook ID, assigned when you create the notebook. | [readonly] | ||
**type** | [**NotebookResourceType**](NotebookResourceType.md) | | | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
Oops, something went wrong.