Sha256: 53cd4ad70bd45a60f46a957f6b1889c5dde2ec437865e9d6befaf875110f6915
Contents?: true
Size: 488 Bytes
Versions: 1
Compression:
Stored size: 488 Bytes
Contents
# DatadogAPIClient::V1::NotebooksResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**Array<NotebookResponseData>**](NotebookResponseData.md) | List of notebook definitions. | [optional] | | **meta** | [**NotebooksResponseMeta**](NotebooksResponseMeta.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::NotebooksResponse.new( data: null, meta: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0 | docs/v1/NotebooksResponse.md |