Class: DatadogAPIClient::V1::NotebooksResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::NotebooksResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/notebooks_response.rb
Overview
Notebooks get all response.
Instance Attribute Summary collapse
-
#data ⇒ Object
List of notebook definitions.
-
#meta ⇒ Object
Searches metadata returned by the API.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#data ⇒ Object
List of notebook definitions.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/notebooks_response.rb', line 29 def data @data end |
#meta ⇒ Object
Searches metadata returned by the API.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/notebooks_response.rb', line 32 def end |