Class: DatadogAPIClient::V2::GetDataDeletionsResponseBody
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GetDataDeletionsResponseBody
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/get_data_deletions_response_body.rb
Overview
The response from the get data deletion requests endpoint.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
The list of data deletion requests that matches the query.
-
#meta ⇒ Object
The metadata of the data deletion response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/get_data_deletions_response_body.rb', line 30 def additional_properties @additional_properties end |
#data ⇒ Object
The list of data deletion requests that matches the query.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/get_data_deletions_response_body.rb', line 25 def data @data end |
#meta ⇒ Object
The metadata of the data deletion response.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/get_data_deletions_response_body.rb', line 28 def @meta end |