Class: DatadogAPIClient::V2::DataDeletionResponseMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DataDeletionResponseMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/data_deletion_response_meta.rb
Overview
The metadata of the data deletion response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#count_product ⇒ Object
The total deletion requests created by product.
-
#count_status ⇒ Object
The total deletion requests created by status.
-
#next_page ⇒ Object
The next page when searching deletion requests created in the current organization.
-
#product ⇒ Object
The product of the deletion request.
-
#request_status ⇒ Object
The status of the executed request.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_meta.rb', line 39 def additional_properties @additional_properties end |
#count_product ⇒ Object
The total deletion requests created by product.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_meta.rb', line 25 def count_product @count_product end |
#count_status ⇒ Object
The total deletion requests created by status.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_meta.rb', line 28 def count_status @count_status end |
#next_page ⇒ Object
The next page when searching deletion requests created in the current organization.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_meta.rb', line 31 def next_page @next_page end |
#product ⇒ Object
The product of the deletion request.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_meta.rb', line 34 def product @product end |
#request_status ⇒ Object
The status of the executed request.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_meta.rb', line 37 def request_status @request_status end |