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.



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_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

#from_timeObject

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

#indexesObject

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_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.



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_idObject

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

#productObject

Product name.



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

def product
  @product
end

#queryObject

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_atObject

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

#statusObject

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_timeObject

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_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.



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_atObject

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