Class: DatadogAPIClient::V2::EntityContextPage

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_tokenObject

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