Sha256: f00ed3f2894bf2addb95ad99b5904af407630facc00ba253fa7b12abf7dce156
Contents?: true
Size: 611 Bytes
Versions: 4
Compression:
Stored size: 611 Bytes
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
4 entries across 4 versions & 1 rubygems