Class: DatadogAPIClient::V2::DataDeletionResponseItemAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DataDeletionResponseItemAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb
Overview
Deletion attribute for data deletion response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
Creation time of the deletion request.
-
#created_by ⇒ Object
readonly
User who created the deletion request.
-
#from_time ⇒ Object
readonly
Start of requested time window, milliseconds since Unix epoch.
-
#indexes ⇒ Object
List of indexes for the search.
-
#is_created ⇒ Object
readonly
Whether the deletion request is fully created or not.
-
#org_id ⇒ Object
readonly
Organization ID.
-
#product ⇒ Object
readonly
Product name.
-
#query ⇒ Object
readonly
Query for creating a data deletion request.
-
#starting_at ⇒ Object
readonly
Starting time of the process to delete the requested data.
-
#status ⇒ Object
readonly
Status of the deletion request.
-
#to_time ⇒ Object
readonly
End of requested time window, milliseconds since Unix epoch.
-
#total_unrestricted ⇒ Object
readonly
Total number of elements to be deleted.
-
#updated_at ⇒ Object
readonly
Update time of the deletion request.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
63 64 65 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 63 def additional_properties @additional_properties end |
#created_at ⇒ Object
Creation time of the deletion request.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 25 def created_at @created_at end |
#created_by ⇒ Object
User who created the deletion request.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 28 def created_by @created_by end |
#from_time ⇒ Object
Start of requested time window, milliseconds since Unix epoch.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 31 def from_time @from_time end |
#indexes ⇒ Object
List of indexes for the search. If not provided, the search is performed in all indexes.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 34 def indexes @indexes end |
#is_created ⇒ Object
Whether the deletion request is fully created or not. It can take several minutes to fully create a deletion request depending on the target query and timeframe.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 37 def is_created @is_created end |
#org_id ⇒ Object
Organization ID.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 40 def org_id @org_id end |
#product ⇒ Object
Product name.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 43 def product @product end |
#query ⇒ Object
Query for creating a data deletion request.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 46 def query @query end |
#starting_at ⇒ Object
Starting time of the process to delete the requested data.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 49 def starting_at @starting_at end |
#status ⇒ Object
Status of the deletion request.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 52 def status @status end |
#to_time ⇒ Object
End of requested time window, milliseconds since Unix epoch.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 55 def to_time @to_time end |
#total_unrestricted ⇒ Object
Total number of elements to be deleted. Only the data accessible to the current user that matches the query and timeframe provided will be deleted.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 58 def total_unrestricted @total_unrestricted end |
#updated_at ⇒ Object
Update time of the deletion request.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 61 def updated_at @updated_at end |