Class: DatadogAPIClient::V2::SyntheticsTestVersionHistoryMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestVersionHistoryMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_version_history_meta.rb
Overview
Pagination metadata for a version history response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#next_last_version_number ⇒ Object
The version number to use as the
last_version_numberquery parameter to fetch the next page. -
#retention_period_in_days ⇒ Object
The number of days that version history is retained.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_history_meta.rb', line 31 def additional_properties @additional_properties end |
#next_last_version_number ⇒ Object
The version number to use as the last_version_number query parameter
to fetch the next page. null indicates there are no more pages.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_history_meta.rb', line 26 def next_last_version_number @next_last_version_number end |
#retention_period_in_days ⇒ Object
The number of days that version history is retained.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_history_meta.rb', line 29 def retention_period_in_days @retention_period_in_days end |