Sha256: a69141026e82f2b551d891273dc3a966230fb7ced5718d30be041116e85eab4b
Contents?: true
Size: 490 Bytes
Versions: 4
Compression:
Stored size: 490 Bytes
Contents
# DatadogAPIClient::V1::NotebooksResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**Array<NotebooksResponseData>**](NotebooksResponseData.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
4 entries across 4 versions & 1 rubygems