Class: DatadogAPIClient::V1::NotebooksResponseMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::NotebooksResponseMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/notebooks_response_meta.rb
Overview
Searches metadata returned by the API.
Instance Attribute Summary collapse
-
#page ⇒ Object
Pagination metadata returned by the API.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#page ⇒ Object
Pagination metadata returned by the API.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/notebooks_response_meta.rb', line 29 def page @page end |