Class: DatadogAPIClient::V2::SyntheticsTestVersionHistoryMeta

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_numberObject

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_daysObject

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