Sha256: 4aa77f0a302d575caddbe20a55c1c536e61425341c7d7c6234db7e335d74bb6d
Contents?: true
Size: 1.16 KB
Versions: 2
Compression:
Stored size: 1.16 KB
Contents
# DatadogAPIClient::V1::NotebooksResponseData ## Properties | Name | Type | Description | Notes | | -------------- | ------------------------------------------------------------------------- | ---------------------------------------------------------- | -------------------------------- | | **attributes** | [**NotebooksResponseDataAttributes**](NotebooksResponseDataAttributes.md) | | | | **id** | **Integer** | Unique notebook ID, assigned when you create the notebook. | [readonly] | | **type** | [**NotebookResourceType**](NotebookResourceType.md) | | [default to 'notebooks'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::NotebooksResponseData.new( attributes: null, id: 123456, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/NotebooksResponseData.md |
datadog_api_client-1.5.0 | docs/v1/NotebooksResponseData.md |