Class: DatadogAPIClient::V2::DataDeletionResponseMeta

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_productObject

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_statusObject

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_pageObject

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

#productObject

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_statusObject

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