Class: DatadogAPIClient::V1::SLOListResponseMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOListResponseMetadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_list_response_metadata.rb
Overview
The metadata object containing additional information about the list of SLOs.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#page ⇒ Object
The object containing information about the pages of the list of SLOs.
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/v1/models/slo_list_response_metadata.rb', line 27 def additional_properties @additional_properties end |
#page ⇒ Object
The object containing information about the pages of the list of SLOs.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/slo_list_response_metadata.rb', line 25 def page @page end |