Sha256: 0f635585baecd7414888ed7e1a20faf930a592641d7ba5ce27431d7c326cb1c7
Contents?: true
Size: 607 Bytes
Versions: 5
Compression:
Stored size: 607 Bytes
Contents
# DatadogAPIClient::V1::NotebookResponseData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**NotebookResponseDataAttributes**](NotebookResponseDataAttributes.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::NotebookResponseData.new( attributes: null, id: 123456, type: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems