Class: DatadogAPIClient::V2::EntityContextPage
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EntityContextPage
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/entity_context_page.rb
Overview
Pagination metadata for the entity context response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#next_token ⇒ Object
readonly
An opaque token to pass as
page_tokenin a subsequent request to retrieve the next page of results.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/entity_context_page.rb', line 27 def additional_properties @additional_properties end |
#next_token ⇒ Object
An opaque token to pass as page_token in a subsequent request to retrieve the next page of results. Empty when there are no more results.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/entity_context_page.rb', line 25 def next_token @next_token end |