Class: DatadogAPIClient::V2::DataDeletionResponseItemAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



72
73
74
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 72

def additional_properties
  @additional_properties
end

#created_atObject

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_byObject

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

#customer_messageObject

A message for the customer regarding the deletion request, if any.



31
32
33
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 31

def customer_message
  @customer_message
end

#displayed_totalObject

Total number of elements to be deleted as displayed to the user.



34
35
36
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 34

def displayed_total
  @displayed_total
end

#error_categoryObject

The category of the error for the deletion request, if any.



37
38
39
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 37

def error_category
  @error_category
end

#from_timeObject

Start of requested time window, milliseconds since Unix epoch.



40
41
42
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 40

def from_time
  @from_time
end

#indexesObject

List of indexes for the search. If not provided, the search is performed in all indexes.



43
44
45
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 43

def indexes
  @indexes
end

#is_createdObject

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.



46
47
48
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 46

def is_created
  @is_created
end

#org_idObject

Organization ID.



49
50
51
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 49

def org_id
  @org_id
end

#productObject

Product name.



52
53
54
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 52

def product
  @product
end

#queryObject

Query for creating a data deletion request.



55
56
57
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 55

def query
  @query
end

#starting_atObject

Starting time of the process to delete the requested data.



58
59
60
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 58

def starting_at
  @starting_at
end

#statusObject

Status of the deletion request.



61
62
63
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 61

def status
  @status
end

#to_timeObject

End of requested time window, milliseconds since Unix epoch.



64
65
66
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 64

def to_time
  @to_time
end

#total_unrestrictedObject

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.



67
68
69
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 67

def total_unrestricted
  @total_unrestricted
end

#updated_atObject

Update time of the deletion request.



70
71
72
# File 'lib/datadog_api_client/v2/models/data_deletion_response_item_attributes.rb', line 70

def updated_at
  @updated_at
end